From 8db0482ce8c46a1f91eefaed699bf8db6bf52831 Mon Sep 17 00:00:00 2001 From: Molti Date: Sun, 26 Feb 2023 02:23:06 -0600 Subject: [PATCH 1/2] Update atmospherics.dm --- code/__DEFINES/atmospherics.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/__DEFINES/atmospherics.dm b/code/__DEFINES/atmospherics.dm index 78277e5ec0f7..806e33ebedca 100644 --- a/code/__DEFINES/atmospherics.dm +++ b/code/__DEFINES/atmospherics.dm @@ -192,8 +192,8 @@ /// The amount of damage someone takes when in a low pressure area (The pressure threshold is so low that it doesn't make sense to do any calculations, so it just applies this flat value). #define LOW_PRESSURE_DAMAGE 4 -/// Humans are slowed by the difference between bodytemp and BODYTEMP_COLD_DAMAGE_LIMIT divided by this -#define COLD_SLOWDOWN_FACTOR 20 +/// Humans are slowed by the difference between bodytemp and BODYTEMP_COLD_DAMAGE_LIMIT divided by this, bigger numbers mean faster +#define COLD_SLOWDOWN_FACTOR 60 //PIPES //Atmos pipe limits From dc95af7092493c40aa259026b4f0cb70765e477e Mon Sep 17 00:00:00 2001 From: Molti Date: Sun, 26 Feb 2023 02:32:48 -0600 Subject: [PATCH 2/2] linter? --- code/__DEFINES/atmospherics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/atmospherics.dm b/code/__DEFINES/atmospherics.dm index 806e33ebedca..4bc76b76d3ec 100644 --- a/code/__DEFINES/atmospherics.dm +++ b/code/__DEFINES/atmospherics.dm @@ -192,7 +192,7 @@ /// The amount of damage someone takes when in a low pressure area (The pressure threshold is so low that it doesn't make sense to do any calculations, so it just applies this flat value). #define LOW_PRESSURE_DAMAGE 4 -/// Humans are slowed by the difference between bodytemp and BODYTEMP_COLD_DAMAGE_LIMIT divided by this, bigger numbers mean faster +/// Humans are slowed by the difference between bodytemp and BODYTEMP_COLD_DAMAGE_LIMIT divided by this, bigger numbers mean faster, smaller means slower #define COLD_SLOWDOWN_FACTOR 60 //PIPES