Commit 99d151d6 authored by wind2009's avatar wind2009

Merge branch 'patch-2' into 'master'

fix

See merge request mycard/pre-release-database-cdb!38
parents 13067f97 98fc2d0d
......@@ -17,6 +17,7 @@ function s.initial_effect(c)
e2:SetCategory(CATEGORY_POSITION)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_ATTACK_ANNOUNCE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetRange(LOCATION_PZONE)
e2:SetCountLimit(1,id+o)
e2:SetTarget(s.postg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment