From 21fd9ddacf2fb85c0536461dc1a1e4b87fc09843 Mon Sep 17 00:00:00 2001 From: eclips_e <67359748+Just-a-Unity-Dev@users.noreply.github.com> Date: Sun, 19 Feb 2023 20:12:26 +0800 Subject: [PATCH] Silly value change (#14180) --- Content.Server/Atmos/Components/GasTankComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;