Commit 77899b5c authored by Wind's avatar Wind

Update Auxiliary.ArbitraryPick

Add prepick
parent c9264cdc
......@@ -230,8 +230,9 @@ function Auxiliary.ArbitraryPick(p,count,list,list_count,ex_list,ex_count,copy,l
Duel.SendtoDeck(ag,nil,0,REASON_RULE)
Duel.ResetTimeLimit(p,120)
local tg=Group.CreateGroup()
local tg=ag:Select(p,count,count,nil)
local rg=ag
rg:Sub(tg)
while true do
local finish=tg:GetCount()==count
Duel.Hint(HINT_SELECTMSG,p,HINTMSG_TODECK)
......
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