Commit af509916 authored by mercury233's avatar mercury233 Committed by DailyShana

add hint (#582)

parent 05b9a66a
...@@ -11,6 +11,7 @@ function c1426714.initial_effect(c) ...@@ -11,6 +11,7 @@ function c1426714.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetHintTiming(0,TIMING_BATTLE_START+TIMING_END_PHASE)
e1:SetCondition(c1426714.spcon) e1:SetCondition(c1426714.spcon)
e1:SetCost(c1426714.spcost) e1:SetCost(c1426714.spcost)
e1:SetTarget(c1426714.sptg) e1:SetTarget(c1426714.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