Commit 6e2558fa authored by wind2009's avatar wind2009 Committed by GitHub

fix SinglePickForMain

parent 5d7a7c68
......@@ -111,7 +111,7 @@ function Auxiliary.SinglePickForMain(p,list,count)
Duel.Exile(rg,REASON_RULE)
local g3=Group.CreateGroup()
for nc in aux.Next(tg) do
local copy_code=nc:GetOriginCode()
local copy_code=nc:GetOriginalCode()
g3:AddCard(Duel.CreateToken(p,copy_code))
end
Duel.SendtoDeck(g3,nil,0,REASON_RULE)
......
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