diff --git a/auxmos.dll b/auxmos.dll index 04522e9d44..75994f135d 100644 Binary files a/auxmos.dll and b/auxmos.dll differ diff --git a/auxmos.pdb b/auxmos.pdb index 78725799be..bd5d2a758e 100644 Binary files a/auxmos.pdb and b/auxmos.pdb differ diff --git a/code/controllers/subsystem/air.dm b/code/controllers/subsystem/air.dm index 3351b37407..6b3a5e60c5 100644 --- a/code/controllers/subsystem/air.dm +++ b/code/controllers/subsystem/air.dm @@ -58,9 +58,9 @@ SUBSYSTEM_DEF(air) // Whether turf-to-turf heat exchanging should be enabled. var/heat_enabled = FALSE // Max number of times process_turfs will share in a tick. - var/share_max_steps = 1 + var/share_max_steps = 3 // Excited group processing will try to equalize groups with total pressure difference less than this amount. - var/excited_group_pressure_goal = 0.25 + var/excited_group_pressure_goal = 1 /datum/controller/subsystem/air/stat_entry(msg) msg += "C:{"