Commit 130c2f2c authored by mercury233's avatar mercury233 Committed by GitHub

timing

parent 5c5df883
...@@ -29,6 +29,7 @@ function c90243945.initial_effect(c) ...@@ -29,6 +29,7 @@ function c90243945.initial_effect(c)
e4:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e4:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e4:SetCode(EVENT_FREE_CHAIN) e4:SetCode(EVENT_FREE_CHAIN)
e4:SetRange(LOCATION_MZONE+LOCATION_HAND) e4:SetRange(LOCATION_MZONE+LOCATION_HAND)
e4:SetHintTiming(TIMING_DAMAGE_STEP)
e4:SetCondition(c90243945.atkcon) e4:SetCondition(c90243945.atkcon)
e4:SetCost(c90243945.atkcost) e4:SetCost(c90243945.atkcost)
e4:SetTarget(c90243945.atktg) e4:SetTarget(c90243945.atktg)
......
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