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;