Commit 84659dfa authored by nanahira's avatar nanahira

Reset time limit each pick

parent c09fd690
......@@ -101,6 +101,7 @@ function Auxiliary.SinglePick(p,list,count)
end
local sg=g1:Clone()
sg:Merge(g2)
Duel.ResetTimeLimit(p)
Duel.Hint(HINT_SELECTMSG,p,HINTMSG_TODECK)
local sc=sg:Select(p,1,1,nil):GetFirst()
local rg=g1:IsContains(sc) and g2 or g1
......@@ -120,6 +121,7 @@ function Auxiliary.SinglePickForMain(p,list,count)
end
local sg=g1:Clone()
sg:Merge(g2)
Duel.ResetTimeLimit(p)
Duel.Hint(HINT_SELECTMSG,p,HINTMSG_TODECK)
local sc=sg:Select(p,1,1,nil):GetFirst()
local tg=g1:IsContains(sc) and g1 or g2
......
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