Commit 09b579b8 authored by HidarimeYume's avatar HidarimeYume Committed by GitHub

Update c17841166.lua (#1684)

* Update c17841166.lua

* Update c17841166.lua
parent 67f3fa9c
......@@ -21,6 +21,6 @@ function c17841166.etarget(e,c)
return bit.band(c:GetOriginalRace(),RACE_MACHINE+RACE_ROCK)~=0
end
function c17841166.efilter(e,te,c)
return te:IsActiveType(TYPE_MONSTER) and te:GetOwner()~=c
return te:IsActiveType(TYPE_MONSTER) and (te:GetOwner()~=c or te:IsActivated() and not c:IsRelateToEffect(te))
and te:GetOwnerPlayer()~=e:GetHandlerPlayer()
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