Commit b76f30d3 authored by TanakaKotoha's avatar TanakaKotoha

field0

parent 701cca82
......@@ -70,8 +70,11 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
local ng=g1:Filter(cm.Siegfried,nil)
local vc=ng:GetFirst()
if vc:IsType(TYPE_XYZ) then
while vc do
if vc:IsType(TYPE_XYZ) and cm.Siegfried(vc) then
e:GetHandler():CancelToGrave()
Duel.Overlay(vc,Group.FromCards(e:GetHandler()))
end
vc=ng:GetNext()
end
end
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