From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:59:04 +0000 (-0700) Subject: nerf maxcaps (#20226) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3dfb7a6e8593b914de42f206d2c05f01c34a4bfe;p=space-station-14.git nerf maxcaps (#20226) --- diff --git a/Content.Server/Atmos/Components/GasTankComponent.cs b/Content.Server/Atmos/Components/GasTankComponent.cs index 8b411e38db..a649e57b45 100644 --- a/Content.Server/Atmos/Components/GasTankComponent.cs +++ b/Content.Server/Atmos/Components/GasTankComponent.cs @@ -8,7 +8,7 @@ namespace Content.Server.Atmos.Components [RegisterComponent] public sealed partial class GasTankComponent : Component, IGasMixtureHolder { - public const float MaxExplosionRange = 80f; + public const float MaxExplosionRange = 26f; private const float DefaultLowPressure = 0f; private const float DefaultOutputPressure = Atmospherics.OneAtmosphere;