Commit 0fabadc6 authored by wind2009's avatar wind2009 Committed by GitHub

comfirm cards that only in decks

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