Merge pull request #14954 from Putnam3145/poor-fastmos

Poor man's fastmos: just do diffusion faster 4head (+ auxmos update)
This commit is contained in:
Lin
2021-07-26 15:09:43 -05:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -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:{"