Cleaning out old unused code.

This commit is contained in:
ZomgPonies
2014-07-13 08:10:44 -04:00
parent 044399e6f0
commit 76276ace29
8 changed files with 6 additions and 179 deletions
+2 -1
View File
@@ -57,12 +57,13 @@ datum/controller/game_controller/New()
datum/controller/game_controller/proc/setup()
world.tick_lag = config.Ticklag
/* //Do we even need this if we only have a single away mission loaded? Don't think so!
spawn(20)
createRandomZlevel()
*/
if(!air_master)
air_master = new /datum/controller/air_system()
// air_master.setup()
air_master.Setup()
if(!ticker)