Commit 8d657364 authored by Steeldarkeagel's avatar Steeldarkeagel

Update c47198668.lua

Fix: Is now immune to destruction by Spells/Traps that do not target it.
parent 1d473281
...@@ -91,8 +91,6 @@ function c47198668.atkop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -91,8 +91,6 @@ function c47198668.atkop2(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
end end
function c47198668.efilter(e,re,rp) function c47198668.efilter(e,re,rp,c)
if not re:IsActiveType(TYPE_SPELL+TYPE_TRAP) then return false end return not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) and re:IsActiveType(TYPE_SPELL+TYPE_TRAP)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
return g and not g:IsContains(e:GetHandler())
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