Skip to content

Commit

Permalink
Revert upstream space damage (new-frontiers-14#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 authored Aug 9, 2024
1 parent ed3a532 commit 3256dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Atmos/Atmospherics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public static class Atmospherics
/// so it just applies this flat value).
/// </summary>
// Original value is 4, buff back when we have proper ways for players to deal with breaches.
public const int LowPressureDamage = 1;
public const int LowPressureDamage = 4; // Frontier: 1<4

public const float WindowHeatTransferCoefficient = 0.1f;

Expand Down

0 comments on commit 3256dde

Please sign in to comment.