Commit d672d8aa authored by mercury233's avatar mercury233

add timing hint

parent ed37554f
......@@ -13,6 +13,7 @@ function c28340377.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetRange(LOCATION_SZONE)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCountLimit(1,28340377)
e2:SetCondition(c28340377.spcon)
e2:SetTarget(c28340377.sptg)
......@@ -25,6 +26,7 @@ function c28340377.initial_effect(c)
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetRange(LOCATION_SZONE)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetHintTiming(0,TIMING_END_PHASE)
e3:SetCountLimit(1,28340377)
e3:SetCost(c28340377.drcost)
e3:SetTarget(c28340377.drtg)
......
......@@ -21,6 +21,7 @@ function c81945678.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_GRAVE)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCountLimit(1,81945679)
e2:SetCondition(c81945678.tdcon)
e2:SetTarget(c81945678.tdtg)
......
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