Fixed bug with calling the air master.

This commit is contained in:
cib
2012-06-23 18:22:07 -07:00
parent 4a3bd5d4f6
commit b3b35ebfef

View File

@@ -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 << "<font color='red'><b>ERROR IN ATMOS TICKER. Killing air simulation!</font></b>"