Slimes will ignore slime people when searching for targets again

This commit is contained in:
SteelSlayer
2020-05-02 04:25:59 -05:00
parent 0196c586a8
commit d9dc236359
@@ -314,7 +314,7 @@
for(var/mob/living/L in view(7,src))
if(isslime(L) || L.stat == DEAD) // Ignore other slimes and dead mobs
if(isslime(L) || isslimeperson(L) || L.stat == DEAD) // Ignore other slimes, slime people, and dead mobs
continue
if(L in Friends) // No eating friends!