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

fix confirm

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