Try to fix microBgone bug

Hopefully people aren't randomly sent to space anymore?

Also cleaned up old debug code for a bug I fixed
This commit is contained in:
Arokha Sieyes
2016-10-22 22:27:45 -04:00
parent c2c96e37b6
commit b03ad5892e
2 changed files with 12 additions and 10 deletions
-6
View File
@@ -12,12 +12,6 @@
mob_list = list()
/datum/controller/process/mob/doWork()
if(!global_hud || !global_hud.darkMask) // A fix for a problem I can't find yet. ~Aro
try
global_hud = new()
log_debug("Had to recreate global_hud.")
catch
log_debug("Failed to recreate global_hud.")
for(last_object in mob_list)
var/mob/M = last_object
if(isnull(M.gcDestroyed))