mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-03 14:12:29 +00:00
ZAS switched from /vg/ to BS12
This commit is contained in:
@@ -58,7 +58,8 @@ datum/controller/game_controller/proc/setup()
|
||||
|
||||
if(!air_master)
|
||||
air_master = new /datum/controller/air_system()
|
||||
air_master.setup()
|
||||
// air_master.setup()
|
||||
air_master.Setup()
|
||||
|
||||
if(!ticker)
|
||||
ticker = new /datum/controller/gameticker()
|
||||
@@ -128,8 +129,9 @@ datum/controller/game_controller/proc/process()
|
||||
timer = world.timeofday
|
||||
last_thing_processed = air_master.type
|
||||
|
||||
air_master.current_cycle++
|
||||
if(!air_master.tick()) //Runtimed.
|
||||
/* air_master.current_cycle++
|
||||
if(!air_master.tick()) Runtimed.*/
|
||||
if(!air_master.Tick())
|
||||
air_master.failed_ticks++
|
||||
if(air_master.failed_ticks > 5)
|
||||
world << "<font color='red'><b>RUNTIMES IN ATMOS TICKER. Killing air simulation!</font></b>"
|
||||
|
||||
Reference in New Issue
Block a user