fix issues with indented absolute path definitions

This commit is contained in:
GinjaNinja32
2015-12-09 14:12:54 +00:00
parent 67c53ddd1d
commit 1921c35231
22 changed files with 125 additions and 184 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ Ccomp's first proc.
var/list/mobs = list()
var/list/ghosts = list()
var/list/sortmob = sortAtom(mob_list) // get the mob list.
/var/any=0
var/any=0
for(var/mob/dead/observer/M in sortmob)
mobs.Add(M) //filter it where it's only ghosts
any = 1 //if no ghosts show up, any will just be 0