From c408f37b4ca8d4ce618a9f8d259c7cb78174448d Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sun, 21 Jan 2018 14:21:23 -0600 Subject: [PATCH] Update life.dm --- code/modules/mob/living/simple_animal/slime/life.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/slime/life.dm b/code/modules/mob/living/simple_animal/slime/life.dm index b27e464898..59b37e4562 100644 --- a/code/modules/mob/living/simple_animal/slime/life.dm +++ b/code/modules/mob/living/simple_animal/slime/life.dm @@ -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