mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
@@ -63,6 +63,7 @@ zone
|
||||
if(C.zone_B == src)
|
||||
C.zone_B = null
|
||||
air_master.connections_to_check += C
|
||||
return 1
|
||||
|
||||
|
||||
proc/FloodFill(turf/start)
|
||||
|
||||
@@ -178,7 +178,7 @@ datum/controller/game_controller
|
||||
if(!success) //Runtimed.
|
||||
log_admin("ZASALERT: air_system/tick() failed: [air_master.tick_progress]")
|
||||
air_master.failed_ticks++
|
||||
if(air_master.failed_ticks > 10)
|
||||
if(air_master.failed_ticks > 5)
|
||||
world << "<font color='red'><b>RUNTIMES IN ATMOS TICKER. Killing air simulation!</font></b>"
|
||||
kill_air = 1
|
||||
air_master.failed_ticks = 0
|
||||
|
||||
Reference in New Issue
Block a user