mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
ZAS revert fixes
This commit is contained in:
@@ -129,12 +129,7 @@ datum/controller/game_controller/proc/process()
|
||||
last_thing_processed = air_master.type
|
||||
|
||||
air_master.current_cycle++
|
||||
<<<<<<< HEAD
|
||||
// if(!air_master.tick()) Runtimed.
|
||||
if(!air_master.Tick())
|
||||
=======
|
||||
if(!air_master.tick()) //Runtimed.
|
||||
>>>>>>> parent of e4a82df... ZAS switched from /vg/ to BS12
|
||||
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