Commit 826ec58d authored by Steeldarkeagel's avatar Steeldarkeagel

Update c99064191.lua

Fix: Can no longer activate during the Damage Step.
parent 5249c1de
...@@ -13,7 +13,6 @@ function c99064191.initial_effect(c) ...@@ -13,7 +13,6 @@ function c99064191.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetCode(EVENT_CHAINING) e2:SetCode(EVENT_CHAINING)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e2:SetCondition(c99064191.condition2) e2:SetCondition(c99064191.condition2)
e2:SetCost(c99064191.cost2) e2:SetCost(c99064191.cost2)
e2:SetTarget(c99064191.target2) e2:SetTarget(c99064191.target2)
......
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