Commit c6396d1b authored by YuGiOhMoDDeR's avatar YuGiOhMoDDeR

fix

it requires Xyz material to be indestructable by battle or card effect
parent a7da0e4c
......@@ -75,6 +75,7 @@ function c95442074.filter(c)
end
function c95442074.indcon(e)
return Duel.IsExistingMatchingCard(c95442074.filter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
and e:GetHandler():GetOverlayCount()~=0
end
function c95442074.refcon(e)
return Duel.IsExistingMatchingCard(c95442074.filter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
......
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