]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Increase lockout threshold (#29504)
authorPartmedia <kevinz5000@gmail.com>
Thu, 27 Jun 2024 08:05:27 +0000 (00:05 -0800)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2024 08:05:27 +0000 (01:05 -0700)
Content.Server/Atmos/Piping/Unary/Components/GasVentPumpComponent.cs

index 2ba4603a9bd00cda2c7cf34a1d4dc10e4a3a6754..74186ed36e33af08eda57b3bcb77719b3c382869 100644 (file)
@@ -40,7 +40,7 @@ namespace Content.Server.Atmos.Piping.Unary.Components
         /// </summary>
         [ViewVariables(VVAccess.ReadWrite)]
         [DataField("underPressureLockoutThreshold")]
-        public float UnderPressureLockoutThreshold = 60; // this must be tuned in conjunction with atmos.mmos_spacing_speed
+        public float UnderPressureLockoutThreshold = 80; // 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)