Увеличен урон от космоса в 2 раза (#1459)

This commit is contained in:
KaiserMaus 2025-03-25 06:32:22 +00:00 • committed by GitHub
parent 84821a42e5
commit 804f34d711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -339,7 +339,7 @@ namespace Content.Shared.Atmos
/// 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 = 2; //Sunrise-Edit
public const float WindowHeatTransferCoefficient = 0.1f;