Commit a0b2d116 authored by mercury233's avatar mercury233

timing hint

parent 78a115b7
......@@ -11,7 +11,7 @@ function c24361622.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e1:SetCondition(c24361622.thcon)
e1:SetCost(c24361622.thcost)
e1:SetTarget(c24361622.thtg)
......
......@@ -24,6 +24,7 @@ function c82791472.initial_effect(c)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetCountLimit(1)
e3:SetRange(LOCATION_MZONE)
e3:SetHintTiming(0,TIMING_MAIN_END)
e3:SetCost(c82791472.descost)
e3:SetCondition(c82791472.descon)
e3:SetTarget(c82791472.destg)
......
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