Clean up window coloring code a bit. Also makes windowspawners only create

windows where needed, not everywhere then deleting the ones it doesn't
want.
This commit is contained in:
Tigercat2000
2015-06-18 19:58:08 -07:00
parent 654cb37e9a
commit d7e9c36474
3 changed files with 31 additions and 46 deletions
+1 -2
View File
@@ -72,7 +72,6 @@ datum/controller/game_controller/proc/setup()
*/
color_windows_init()
setup_objects()
setup_starlight()
setupgenetics()
@@ -361,4 +360,4 @@ datum/controller/game_controller/proc/Recover() //Mostly a placeholder for now.
msg += "\t [varname] = [D.type]\n"
else
msg += "\t [varname] = [varval]\n"
world.log << msg
world.log << msg