Commit 2c19417a authored by nanahira's avatar nanahira Committed by GitHub

another typo!?

parent d0f89d48
...@@ -68,7 +68,7 @@ function c68431965.aclimit(e,re,tp) ...@@ -68,7 +68,7 @@ function c68431965.aclimit(e,re,tp)
return re:GetHandler():IsCode(tc:GetCode()) and not re:GetHandler():IsImmuneToEffect(e) return re:GetHandler():IsCode(tc:GetCode()) and not re:GetHandler():IsImmuneToEffect(e)
end end
function c68431965.sccon(e,tp,eg,ep,ev,re,r,rp) function c68431965.sccon(e,tp,eg,ep,ev,re,r,rp)
return and Duel.GetTurnPlayer()~=tp return Duel.GetTurnPlayer()~=tp
and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2) and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2)
end end
function c68431965.sctarg(e,tp,eg,ep,ev,re,r,rp,chk) function c68431965.sctarg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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