Commit 30cc0af0 authored by sidschingis's avatar sidschingis

add hint timing

parents c9e91cb4 8c64afdc
......@@ -4,6 +4,7 @@ function c53670497.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetTarget(c53670497.target1)
e1:SetOperation(c53670497.activate)
c:RegisterEffect(e1)
......
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