mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user