mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Slimes will ignore slime people when searching for targets again
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user