Merge branch 'master' into upstream-merge-34667

This commit is contained in:
LetterJay
2018-01-21 11:48:51 -06:00
committed by GitHub
42 changed files with 584 additions and 1186 deletions
@@ -341,7 +341,6 @@
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 in L.faction)
ally = TRUE
break