Commit 1683b82b authored by nanahira's avatar nanahira

adcheck

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