Commit e4d7d09f authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent a472a8ba
...@@ -38,6 +38,7 @@ function s.initial_effect(c) ...@@ -38,6 +38,7 @@ function s.initial_effect(c)
local _ConfirmCards, _ConfirmExtratop = Duel.ConfirmCards, Duel.ConfirmExtratop local _ConfirmCards, _ConfirmExtratop = Duel.ConfirmCards, Duel.ConfirmExtratop
function Duel.ConfirmCards(p,g) function Duel.ConfirmCards(p,g)
if aux.GetValueType(g)=="Card" then g=Group.FromCards(g) end
local rg=g:Filter(Card.IsControler,nil,1-p) local rg=g:Filter(Card.IsControler,nil,1-p)
if #rg>0 then if #rg>0 then
Duel.RaiseEvent(rg,EVENT_CUSTOM+id,nil,0,PLAYER_NONE,1-p,0) Duel.RaiseEvent(rg,EVENT_CUSTOM+id,nil,0,PLAYER_NONE,1-p,0)
......
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