Skip to content

Commit

Permalink
Spacing Buff
Browse files Browse the repository at this point in the history
  • Loading branch information
nearlyNonexistent committed Mar 30, 2024
1 parent 8d6c316 commit 904f5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ public static readonly CVarDef<bool>
/// Divisor from maxForce (pressureDifference * 2.25f) to force applied on objects.
/// </summary>
public static readonly CVarDef<float> SpaceWindPressureForceDivisorPush =
CVarDef.Create("atmos.space_wind_pressure_force_divisor_push", 2500f, CVar.SERVERONLY);
CVarDef.Create("atmos.space_wind_pressure_force_divisor_push", 2000f, CVar.SERVERONLY);

/// <summary>
/// The maximum velocity (not force) that may be applied to an object by atmospheric pressure differences.
Expand Down Expand Up @@ -1098,7 +1098,7 @@ public static readonly CVarDef<bool>
/// 1.0 for instant spacing, 0.2 means 20% of remaining air lost each time
/// </summary>
public static readonly CVarDef<float> AtmosSpacingEscapeRatio =
CVarDef.Create("atmos.mmos_spacing_speed", 0.05f, CVar.SERVERONLY);
CVarDef.Create("atmos.mmos_spacing_speed", 0.4f, CVar.SERVERONLY);

/// <summary>
/// Minimum amount of air allowed on a spaced tile before it is reset to 0 immediately in kPa
Expand Down

0 comments on commit 904f5e9

Please sign in to comment.