Commit 1154ef00 authored by 八宫一月's avatar 八宫一月

Update c101204067.lua

parent 7d237b4e
Pipeline #25127 failed with stages
in 1 minute and 4 seconds
...@@ -83,9 +83,9 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,9 +83,9 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
if ac>0 then if ac>0 then
Duel.SortDecktop(tp,tp,ac) Duel.SortDecktop(p,p,ac)
for i=1,ac do for i=1,ac do
local mg=Duel.GetDecktopGroup(tp,1) local mg=Duel.GetDecktopGroup(p,1)
Duel.MoveSequence(mg:GetFirst(),SEQ_DECKBOTTOM) Duel.MoveSequence(mg:GetFirst(),SEQ_DECKBOTTOM)
end end
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