From 804f34d7119199fac0a34c4adcd56878c69f3f89 Mon Sep 17 00:00:00 2001 From: KaiserMaus Date: Tue, 25 Mar 2025 06:32:22 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=83=D1=80=D0=BE=D0=BD=20=D0=BE=D1=82=20=D0=BA=D0=BE?= =?UTF-8?q?=D1=81=D0=BC=D0=BE=D1=81=D0=B0=20=D0=B2=202=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B7=D0=B0=20(#1459)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/Atmos/Atmospherics.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index 3d706137b4..6e7d860980 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -339,7 +339,7 @@ namespace Content.Shared.Atmos /// so it just applies this flat value). /// // Original value is 4, buff back when we have proper ways for players to deal with breaches. - public const int LowPressureDamage = 1; + public const int LowPressureDamage = 2; //Sunrise-Edit public const float WindowHeatTransferCoefficient = 0.1f;