Commit b2db950d authored by wind2009's avatar wind2009 Committed by GitHub

fix confirm

parent 7882e420
......@@ -140,9 +140,11 @@ function Auxiliary.StartPick(e)
end
for p=0,1 do
Duel.ResetTimeLimit(p,70)
if Duel.IsPlayerNeedToPickDeck(p) then
local cg=Duel.GetFieldGroup(p,LOCATION_DECK,0)
Duel.ConfirmCards(p,cg)
end
end
for tp,list in pairs(extra_sp) do
if tp~=TYPE_FUSION then
for p=0,1 do
......
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