Commit 338fadb5 authored by nanahira's avatar nanahira

Update pick.lua

parent b933851d
...@@ -66,7 +66,7 @@ function Auxiliary.SinglePick(p,list,count) ...@@ -66,7 +66,7 @@ function Auxiliary.SinglePick(p,list,count)
local code=list[math.random(#list)] local code=list[math.random(#list)]
g:AddCard(Duel.CreateToken(p,code)) g:AddCard(Duel.CreateToken(p,code))
end end
Duel.SendtoDeck(g,nil,2,REASON_RULE) Duel.SendtoDeck(g,nil,0,REASON_RULE)
end end
local sg=g1:Clone() local sg=g1:Clone()
sg:Merge(g2) sg:Merge(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