nerf maxcaps (#20226)

This commit is contained in:
liltenhead 2023-09-24 12:59:04 -07:00 committed by Debug
parent ddd99e4fef
commit ffe960b891
1 changed files with 1 additions and 1 deletions

View 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;