Commit dcb38fa3 authored by Steeldarkeagel's avatar Steeldarkeagel

Update c28325165.lua

Fix: If used on an opponent's monster will not cause it to become immune to your card effects, only theirs.
parent e82a57c8
......@@ -62,5 +62,5 @@ function c28325165.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c28325165.efilter(e,te)
return te:GetOwnerPlayer()~=e:GetHandlerPlayer()
return te:GetOwnerPlayer()~=e:GetOwnerPlayer()
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