From 6a683a3fec2914a28161d85e1cee65e7d82a9c47 Mon Sep 17 00:00:00 2001 From: UrPrice Date: Fri, 18 Oct 2024 01:14:24 +0300 Subject: [PATCH 1/2] SS220 Atmos Threshold configued --- .../Atmos/Piping/Unary/Components/GasVentPumpComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs index fcf3ddf969c76b..5840b3e6bdbc9a 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs @@ -35,7 +35,7 @@ public sealed partial class GasVentPumpComponent : Component /// In releasing mode, do not pump when environment pressure is below this limit. /// [DataField] - public float UnderPressureLockoutThreshold = 80; // this must be tuned in conjunction with atmos.mmos_spacing_speed + public float UnderPressureLockoutThreshold = 40; // SS220 Atmos Threshold configued // this must be tuned in conjunction with atmos.mmos_spacing_speed /// /// Pressure locked vents still leak a little (leading to eventual pressurization of sealed sections) @@ -58,7 +58,7 @@ public sealed partial class GasVentPumpComponent : Component [DataField] public bool IsPressureLockoutManuallyDisabled = false; /// - /// The time when the manual pressure lockout will be reenabled. + /// The time when the manual pressure lockout will be reenabled. /// [DataField] [AutoPausedField] From a02d871b1e65a5606b2371591687940c1c5cfa7b Mon Sep 17 00:00:00 2001 From: UrPrice <107646133+UrPrice@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:54:10 +0300 Subject: [PATCH 2/2] Update Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs Co-authored-by: Stalen <33173619+stalengd@users.noreply.github.com> --- .../Atmos/Piping/Unary/Components/GasVentPumpComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs b/Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs index 5840b3e6bdbc9a..0a52dcc3bb599f 100644 --- a/Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs +++ b/Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs @@ -58,7 +58,7 @@ public sealed partial class GasVentPumpComponent : Component [DataField] public bool IsPressureLockoutManuallyDisabled = false; /// - /// The time when the manual pressure lockout will be reenabled. + /// The time when the manual pressure lockout will be reenabled. /// [DataField] [AutoPausedField]