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!"