From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:05:48 +0000 (-0700) Subject: Bring back low pressure damage to its unnerfed value (#38196) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3726eb6e19197559712238d389fa42de8dd3c5e4;p=space-station-14.git Bring back low pressure damage to its unnerfed value (#38196) --- diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index 81149c7237..80ad36e904 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -320,8 +320,7 @@ namespace Content.Shared.Atmos /// (The pressure threshold is so low that it doesn't make sense to do any calculations, /// 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 = 4; public const float WindowHeatTransferCoefficient = 0.1f;