Fixed something I broke with the observe tweak

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@178 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-26 17:35:16 +00:00
parent ce72f54d96
commit b5f007b897
+1
View File
@@ -590,6 +590,7 @@
for (var/datum/mind/B in malf.malf_ai)
if (M.mind == B)
else mob_list.Add(M)
else mob_list.Add(M)
for(var/mob/living/silicon/robot/M in world)
mob_list.Add(M)
for(var/mob/living/carbon/human/M in world)