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;