Commit e0e46c3f authored by salix5's avatar salix5

Merge pull request #814 from Steeldarkeagel/patch-6

Update c40991587.lua
parents e4d03333 847738bf
......@@ -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