Commit 847738bf authored by Steeldarkeagel's avatar Steeldarkeagel

Update c40991587.lua

Fix: Will no longer cause them to them become unaffected by Zombie World.
parent d2f13209
......@@ -31,5 +31,5 @@ function c40991587.etarget(e,c)
return c:GetCode()~=40991587 and c:IsRace(RACE_ZOMBIE) and c:IsLevelBelow(3)
end
function c40991587.efilter(e,te)
return te:IsActiveType(TYPE_SPELL+TYPE_TRAP)
return te:IsActiveType(TYPE_SPELL+TYPE_TRAP) and not te:GetHandler():IsCode(4064256)
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