Something about the in operator and spaceDMM version update.

This commit is contained in:
Ghommie
2020-02-10 07:37:59 +01:00
parent feadfae8f6
commit c34714cb90
36 changed files with 58 additions and 58 deletions
@@ -118,7 +118,7 @@
continue
if(ishostile(L))
var/mob/living/simple_animal/hostile/H = L
if(("ratvar" in H.faction) || (!H.mind && "neutral" in H.faction))
if(("ratvar" in H.faction) || (!H.mind && ("neutral" in H.faction)))
continue
if(ismegafauna(H) || (!H.mind && H.AIStatus == AI_OFF))
continue