Update life.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user