Update life.dm

This commit is contained in:
LetterJay
2018-01-21 14:21:23 -06:00
committed by GitHub
parent e02d7ae786
commit c408f37b4c
@@ -341,8 +341,8 @@
var/ally = FALSE
for(var/F in faction)
+ if(F == "neutral") //slimes are neutral so other mobs not target them, but they can target neutral mobs
+ continue
if(F == "neutral") //slimes are neutral so other mobs not target them, but they can target neutral mobs
continue
if(F in L.faction)
ally = TRUE
break