paren thesis

This commit is contained in:
DESKTOP-4BUBN9N\Mike
2022-10-20 08:20:14 +01:00
parent 9f5b6d0d86
commit 0a1845ff42
@@ -126,7 +126,7 @@
return FALSE
/mob/living/simple_mob/vore/pakkun/on_throw_vore_special(var/pred, var/mob/living/target)
if(pred && !extra_posessive && !LAZYFIND(prey_excludes, target))
if(pred && !extra_posessive && !(LAZYFIND(prey_excludes, target)))
LAZYSET(prey_excludes, target, world.time)
addtimer(CALLBACK(src, .proc/removeMobFromPreyExcludes, weakref(target)), 5 MINUTES)
if(ai_holder)