Commit 2068d28e authored by wind2009's avatar wind2009 Committed by GitHub

confirm selected cards

parent bf334caf
...@@ -123,6 +123,7 @@ function Auxiliary.SinglePick(p,list,count,ex_list,ex_count,copy) ...@@ -123,6 +123,7 @@ function Auxiliary.SinglePick(p,list,count,ex_list,ex_count,copy)
local sc=sg:Select(p,1,1,nil):GetFirst() local sc=sg:Select(p,1,1,nil):GetFirst()
local tg=g1:IsContains(sc) and g1 or g2 local tg=g1:IsContains(sc) and g1 or g2
local rg=g1:IsContains(sc) and g2 or g1 local rg=g1:IsContains(sc) and g2 or g1
Duel.ConfirmCards(p,tg)
Duel.Exile(rg,REASON_RULE) Duel.Exile(rg,REASON_RULE)
if copy then if copy then
local g3=Group.CreateGroup() local g3=Group.CreateGroup()
......
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