Skip to content

Commit

Permalink
Revert pressure damage change
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 authored Jun 28, 2024
1 parent 13620a0 commit e6bd5de
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; // Corvax-MRP: Revert from 1 to 4

public const float WindowHeatTransferCoefficient = 0.1f;

Expand Down

0 comments on commit e6bd5de

Please sign in to comment.