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