Commit 56a958a8 authored by salix5's avatar salix5

Merge pull request #1314 from DailyShana/patch-1

fix Speed Warrior
parents 7e4129e4 94db9a6d
...@@ -23,7 +23,8 @@ function c9365703.sumop(e,tp,eg,ep,ev,re,r,rp) ...@@ -23,7 +23,8 @@ function c9365703.sumop(e,tp,eg,ep,ev,re,r,rp)
e:GetHandler():RegisterFlagEffect(9365703,RESET_EVENT+0x1fc0000+RESET_PHASE+PHASE_END,0,1) e:GetHandler():RegisterFlagEffect(9365703,RESET_EVENT+0x1fc0000+RESET_PHASE+PHASE_END,0,1)
end end
function c9365703.dacon(e,tp,eg,ep,ev,re,r,rp) function c9365703.dacon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp and Duel.GetCurrentPhase()==PHASE_BATTLE and Duel.GetCurrentChain()==0 if Duel.CheckTiming(TIMING_BATTLE_START) or Duel.CheckTiming(TIMING_BATTLE_END) then return false end
return Duel.GetCurrentPhase()==PHASE_BATTLE and Duel.GetCurrentChain()==0
and e:GetHandler():GetFlagEffect(9365703)~=0 and e:GetHandler():GetFlagEffect(9365703)~=0
end end
function c9365703.daop(e,tp,eg,ep,ev,re,r,rp) function c9365703.daop(e,tp,eg,ep,ev,re,r,rp)
......
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