You need to sign in or sign up before continuing.
Commit 17779f52 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 c69058960.filter(c)
end
function c69058960.indcon(e)
return Duel.IsExistingMatchingCard(c69058960.filter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
and e:GetHandler():GetOverlayCount()~=0
end
function c69058960.refcon(e)
return Duel.IsExistingMatchingCard(c69058960.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