Constructable newscaster, labor camp overhaul, other fixes

This commit is contained in:
Markolie
2015-01-16 21:50:33 +01:00
parent 431ed5b084
commit e59a94a8a1
16 changed files with 12803 additions and 12596 deletions
+1 -3
View File
@@ -73,6 +73,7 @@ datum/controller/game_controller/proc/setup()
if(!garbage)
garbage = new /datum/controller/garbage_collector()
color_windows_init()
setup_objects()
setupgenetics()
setupfactions()
@@ -82,9 +83,6 @@ datum/controller/game_controller/proc/setup()
for(var/i=0, i<max_secret_rooms, i++)
make_mining_asteroid_secret()
color_windows_init()
spawn(0)
if(ticker)
ticker.pregame()