Commit 8b28cf1b authored by Amiya's avatar Amiya

修复

parent aaabf6ce
Pipeline #41479 passed with stages
in 2 minutes and 39 seconds
No preview for this file type
...@@ -74,7 +74,12 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,7 +74,12 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
end end
if seq==-1 then if seq==-1 then
Duel.ConfirmDecktop(tp,dcount) Duel.ConfirmDecktop(tp,dcount)
Duel.ShuffleDeck(tp) local g=Duel.GetDecktopGroup(tp,dcount)
Duel.SortDecktop(tp,tp,#g)
for i=1,#g do
local mg=Duel.GetDecktopGroup(tp,1)
Duel.MoveSequence(mg:GetFirst(),SEQ_DECKBOTTOM)
end
return return
end end
Duel.ConfirmDecktop(tp,dcount-seq) Duel.ConfirmDecktop(tp,dcount-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