Skip to content

Commit

Permalink
Merge pull request Simple-Station#3 from VMSolidus/Space-wind-extra-f…
Browse files Browse the repository at this point in the history
…un-mode
  • Loading branch information
Peptide90 committed May 4, 2024
2 parents 008c684 + 1032a62 commit 43b92d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ public static readonly CVarDef<bool>
/// Also looks weird on slow spacing for unrelated reasons. If you do want to enable this, you should probably turn on instaspacing.
/// </summary>
public static readonly CVarDef<bool> MonstermosRipTiles =
CVarDef.Create("atmos.monstermos_rip_tiles", false, CVar.SERVERONLY);
CVarDef.Create("atmos.monstermos_rip_tiles", true, CVar.SERVERONLY);

/// <summary>
/// Whether explosive depressurization will cause the grid to gain an impulse.
Expand Down

0 comments on commit 43b92d5

Please sign in to comment.