Commit 7882e420 authored by nanahira's avatar nanahira

fix

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