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

remove confirm total deck

parent 2068d28e
...@@ -159,13 +159,13 @@ function Auxiliary.StartPick(e) ...@@ -159,13 +159,13 @@ function Auxiliary.StartPick(e)
Auxiliary.SinglePick(p,list,count,ex_list,ex_count,true) Auxiliary.SinglePick(p,list,count,ex_list,ex_count,true)
end end
end end
for p=0,1 do --for p=0,1 do
if Duel.IsPlayerNeedToPickDeck(p) then -- if Duel.IsPlayerNeedToPickDeck(p) then
Duel.ResetTimeLimit(p,70) -- Duel.ResetTimeLimit(p,70)
local cg=Duel.GetFieldGroup(p,LOCATION_DECK,0) -- local cg=Duel.GetFieldGroup(p,LOCATION_DECK,0)
Duel.ConfirmCards(p,cg) -- Duel.ConfirmCards(p,cg)
end -- 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
for p=0,1 do 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