nerf maxcaps (#20226)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Server.Atmos.Components
|
|||||||
[RegisterComponent]
|
[RegisterComponent]
|
||||||
public sealed partial class GasTankComponent : Component, IGasMixtureHolder
|
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 DefaultLowPressure = 0f;
|
||||||
private const float DefaultOutputPressure = Atmospherics.OneAtmosphere;
|
private const float DefaultOutputPressure = Atmospherics.OneAtmosphere;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user