Wow It's Been At Double Speed

This commit is contained in:
Putnam3145
2021-06-25 07:30:27 -07:00
parent b22944cde6
commit 6d4d70298d

View File

@@ -58,7 +58,7 @@ 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 = 2
var/share_max_steps = 1
// Excited group processing will try to equalize groups with total pressure difference less than this amount.
var/excited_group_pressure_goal = 0.25