Commit 0a3be61c authored by mercury233's avatar mercury233

fix 席取-六双丸

parent 4e2814d9
...@@ -31,9 +31,9 @@ function c96637156.movop(e,tp,eg,ep,ev,re,r,rp) ...@@ -31,9 +31,9 @@ function c96637156.movop(e,tp,eg,ep,ev,re,r,rp)
if dice<1 or dice>6 then return end if dice<1 or dice>6 then return end
local p=tp local p=tp
local seq=c:GetSequence()-dice local seq=c:GetSequence()-dice
if seq<0 then while seq<0 do
seq=seq+5 seq=seq+5
p=1-tp p=1-p
end end
local zone=1<<seq local zone=1<<seq
local tc=Duel.GetFieldCard(p,LOCATION_MZONE,seq) local tc=Duel.GetFieldCard(p,LOCATION_MZONE,seq)
......
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