Add atmos grid impulses, disabled by default.

This commit is contained in:
Vera Aguilera Puerto
2021-07-23 17:27:16 +02:00
parent da25266dd5
commit 4ade87c040
3 changed files with 22 additions and 0 deletions

View File

@@ -269,6 +269,14 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<bool> MonstermosRipTiles =
CVarDef.Create<bool>("atmos.monstermos_rip_tiles", true, CVar.SERVERONLY);
/// <summary>
/// Whether explosive depressurization will cause the grid to gain an impulse.
/// Needs <see cref="MonstermosEqualization"/> and <see cref="MonstermosDepressurization"/> to be enabled to work.
/// </summary>
public static readonly CVarDef<bool> AtmosGridImpulse =
CVarDef.Create("atmos.grid_impulse", false, CVar.SERVERONLY);
/// <summary>
/// Whether atmos superconduction is enabled.
/// </summary>