Commit 1c42c536 authored by woodee's avatar woodee

timing

parent f34d2a9e
......@@ -5,7 +5,7 @@ function c9765723.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetHintTiming(0,0,0x1c0+TIMING_DAMAGE_STEP)
e1:SetHintTiming(0,0x1c0+TIMING_DAMAGE_STEP)
e1:SetCondition(c9765723.condition)
e1:SetTarget(c9765723.target)
e1:SetOperation(c9765723.operation)
......
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