You need to sign in or sign up before continuing.
Commit 6055615a authored by DailyShana's avatar DailyShana

fix

Confirmed, "At the start of the Battle Phase" means the start step of
the battle phase
parent f294e522
......@@ -11,7 +11,7 @@ function c97120394.initial_effect(c)
c:RegisterEffect(e1)
end
function c97120394.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentPhase()==PHASE_BATTLE and not Duel.CheckPhaseActivity()
return Duel.CheckTiming(TIMING_BATTLE_START)
end
function c97120394.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
......
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