Commit 7d237b4e authored by 八宫一月's avatar 八宫一月

Update c101204067.lua

parent f1e5fea5
Pipeline #25126 failed with stages
in 1 minute
...@@ -50,7 +50,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,7 +50,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
if ct==0 then return end if ct==0 then return end
local t={} local t={}
for i=1,ct do t[i]=i end for i=1,ct do t[i]=i end
local ac=Duel.AnnounceNumber(tp,table.unpack(t)) local ac=Duel.AnnounceNumber(p,table.unpack(t))
Duel.ConfirmDecktop(p,ac) Duel.ConfirmDecktop(p,ac)
local g=Duel.GetDecktopGroup(p,ac) local g=Duel.GetDecktopGroup(p,ac)
if #g>0 then if #g>0 then
......
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