]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Silly value change (#14180)
authoreclips_e <67359748+Just-a-Unity-Dev@users.noreply.github.com>
Sun, 19 Feb 2023 12:12:26 +0000 (20:12 +0800)
committerGitHub <noreply@github.com>
Sun, 19 Feb 2023 12:12:26 +0000 (23:12 +1100)
Content.Server/Atmos/Components/GasTankComponent.cs

index b35db8d22a87105a7063cf90aa00b86269c8468d..37fc58377c8fce47358d27b9009ec2babdce7877 100644 (file)
@@ -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;