more ashwalker lung adjustments

This commit is contained in:
Putnam3145
2021-09-26 13:13:22 -07:00
parent fc73e2944f
commit c169a0408a
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -529,8 +529,8 @@
gas_max[GAS_N2] = PP(breath, GAS_N2) + 5
var/o2_pp = PP(breath, GAS_O2)
safe_breath_min = 0.3 * o2_pp
safe_breath_max = 1.3 * o2_pp
safe_breath_min = min(3, 0.3 * o2_pp)
safe_breath_max = max(18, 1.3 * o2_pp + 1)
..()
#undef SAFE_THRESHOLD_RATIO