Commit 87fcffdf authored by nekrozar's avatar nekrozar Committed by mercury233

fix (#1156)

parent d3985720
...@@ -4,6 +4,7 @@ function c69279219.initial_effect(c) ...@@ -4,6 +4,7 @@ function c69279219.initial_effect(c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY) e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e1:SetCode(EVENT_CHAINING) e1:SetCode(EVENT_CHAINING)
e1:SetCondition(c69279219.condition) e1:SetCondition(c69279219.condition)
e1:SetCost(c69279219.cost) e1:SetCost(c69279219.cost)
......
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