From b3b35ebfefae8174e100cf7dda8de5e7d29d717d Mon Sep 17 00:00:00 2001 From: cib Date: Sat, 23 Jun 2012 18:22:07 -0700 Subject: [PATCH] Fixed bug with calling the air master. --- code/game/master_controller.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/master_controller.dm b/code/game/master_controller.dm index ea4e897f801..1a404e2c3a5 100644 --- a/code/game/master_controller.dm +++ b/code/game/master_controller.dm @@ -167,6 +167,7 @@ datum/controller/game_controller if(!kill_air) src.set_debug_state("Air Master") + air_master.current_cycle++ var/success = air_master.tick() //Changed so that a runtime does not crash the ticker. if(!success) //Runtimed. world << "ERROR IN ATMOS TICKER. Killing air simulation!"