Commit 91f77edc authored by mercury233's avatar mercury233 Committed by DailyShana

add hint (#561)

parent da4fa535
......@@ -21,6 +21,7 @@ function c15502037.initial_effect(c)
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetRange(LOCATION_MZONE)
e3:SetHintTiming(0,TIMING_END_PHASE)
e3:SetCondition(c15502037.spcon)
e3:SetCost(c15502037.spcost)
e3:SetTarget(c15502037.sptg)
......
......@@ -21,6 +21,7 @@ function c42023223.initial_effect(c)
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetRange(LOCATION_MZONE)
e3:SetHintTiming(0,TIMING_END_PHASE)
e3:SetCondition(c42023223.spcon)
e3:SetCost(c42023223.spcost)
e3:SetTarget(c42023223.sptg)
......
......@@ -21,6 +21,7 @@ function c79418928.initial_effect(c)
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetRange(LOCATION_MZONE)
e3:SetHintTiming(0,TIMING_END_PHASE)
e3:SetCondition(c79418928.spcon)
e3:SetCost(c79418928.spcost)
e3:SetTarget(c79418928.sptg)
......
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