mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
Further tweaks to my tweak, it is now working as intended with no unintended side-effects.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@179 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -584,13 +584,7 @@
|
||||
|
||||
var/list/mob_list = list()
|
||||
for(var/mob/living/silicon/ai/M in world)
|
||||
if(ticker)
|
||||
if(ticker.mode == "AI malfunction")
|
||||
var/datum/game_mode/malfunction/malf = ticker.mode
|
||||
for (var/datum/mind/B in malf.malf_ai)
|
||||
if (M.mind == B)
|
||||
else mob_list.Add(M)
|
||||
else mob_list.Add(M)
|
||||
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