Skip to content

Commit

Permalink
SS220 Atmos Threshold configued
Browse files Browse the repository at this point in the history
  • Loading branch information
UrPrice committed Oct 17, 2024
1 parent 3a5e81f commit 6a683a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public sealed partial class GasVentPumpComponent : Component
/// In releasing mode, do not pump when environment pressure is below this limit.
/// </summary>
[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

/// <summary>
/// Pressure locked vents still leak a little (leading to eventual pressurization of sealed sections)
Expand All @@ -58,7 +58,7 @@ public sealed partial class GasVentPumpComponent : Component
[DataField]
public bool IsPressureLockoutManuallyDisabled = false;
/// <summary>
/// The time when the manual pressure lockout will be reenabled.
/// The time when the manual pressure lockout will be reenabled.
/// </summary>
[DataField]
[AutoPausedField]
Expand Down

0 comments on commit 6a683a3

Please sign in to comment.