Commit dc7c375a authored by POLYMER's avatar POLYMER

fix

parent 5fdb8f5a
......@@ -7021,6 +7021,9 @@
99108886 0
99108888 0
11180031 0
71404013 0
44401031 0
22024190 0
#limit
33403513 1
82204250 0
......
......@@ -23,6 +23,7 @@ function s.initial_effect(c)
e2:SetCategory(CATEGORY_TODECK+CATEGORY_ATKCHANGE)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_BATTLE_DESTROYING)
e2:SetCountLimit(1, id+1)
e2:SetCondition(s.atkcon)
e2:SetTarget(s.atktg)
e2:SetOperation(s.atkop)
......
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