Commit c2d59575 authored by dest's avatar dest Committed by mercury233

fix Diabound Kernel (#886)

parent 813b2e75
......@@ -66,7 +66,7 @@ function c51644030.atkop2(e,tp,eg,ep,ev,re,r,rp)
e2:SetLabelObject(c)
e2:SetCondition(c51644030.retcon)
e2:SetOperation(c51644030.retop)
if Duel.GetCurrentPhase()==PHASE_STANDBY then
if Duel.GetCurrentPhase()<=PHASE_STANDBY then
e2:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_STANDBY,2)
else
e2:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_STANDBY)
......
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