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