diff --git a/Content.Server/Atmos/Components/GasTankComponent.cs b/Content.Server/Atmos/Components/GasTankComponent.cs index b35db8d22a..37fc58377c 100644 --- a/Content.Server/Atmos/Components/GasTankComponent.cs +++ b/Content.Server/Atmos/Components/GasTankComponent.cs @@ -7,7 +7,7 @@ namespace Content.Server.Atmos.Components [RegisterComponent] public sealed class GasTankComponent : Component, IGasMixtureHolder { - public const float MaxExplosionRange = 14f; + public const float MaxExplosionRange = 80f; private const float DefaultLowPressure = 0f; private const float DefaultOutputPressure = Atmospherics.OneAtmosphere;