Commit 2b139ef0 authored by GuGu's avatar GuGu

Update c86379047.lua

parent 9ac73e1a
Pipeline #42765 passed with stage
in 1 minute and 17 seconds
...@@ -156,7 +156,9 @@ function c86379047.mop(e,tp,eg,ep,ev,re,r,rp) ...@@ -156,7 +156,9 @@ function c86379047.mop(e,tp,eg,ep,ev,re,r,rp)
local flag=0 local flag=0
if seq>0 and Duel.CheckLocation(cp,LOCATION_MZONE,seq-1) then flag=seq-1 end if seq>0 and Duel.CheckLocation(cp,LOCATION_MZONE,seq-1) then flag=seq-1 end
if seq<4 and Duel.CheckLocation(cp,LOCATION_MZONE,seq+1) then flag=seq+1 end if seq<4 and Duel.CheckLocation(cp,LOCATION_MZONE,seq+1) then flag=seq+1 end
Duel.MoveSequence(scc1,flag) if flag>0 then
Duel.MoveSequence(scc1,flag)
end
end end
scc1=sg1:GetNext() scc1=sg1:GetNext()
end 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