Silly value change (#14180)

This commit is contained in:
eclips_e
2023-02-19 20:12:26 +08:00
committed by GitHub
parent 546c3fb5dd
commit 21fd9ddacf

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