]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
nerf maxcaps (#20226)
authorliltenhead <104418166+liltenhead@users.noreply.github.com>
Sun, 24 Sep 2023 19:59:04 +0000 (12:59 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2023 19:59:04 +0000 (15:59 -0400)
Content.Server/Atmos/Components/GasTankComponent.cs

index 8b411e38db55c45bb89b322d5ce55331f3cb82a0..a649e57b45db4b48b06a7007a248e776f3c9f29e 100644 (file)
@@ -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;