From: eclips_e <67359748+Just-a-Unity-Dev@users.noreply.github.com> Date: Sun, 19 Feb 2023 12:12:26 +0000 (+0800) Subject: Silly value change (#14180) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=21fd9ddacf2fb85c0536461dc1a1e4b87fc09843;p=space-station-14.git Silly value change (#14180) --- 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;