From 3f575a64f3ff0fbcaa308ad55670c76ec7b2a5d8 Mon Sep 17 00:00:00 2001 From: hoshizora Date: Tue, 23 Sep 2025 10:02:49 -0700 Subject: [PATCH] Fire helmets alone no longer prevent you from heating up while on fire (#40481) * do the thing yeah * tweaked values on regular fire helmet including cooling * adjusted values again after further testing also to the atmos fire helmet --- Resources/Prototypes/Entities/Clothing/Head/helmets.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index f1d3ba838e..bfa54eaf77 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -273,8 +273,8 @@ quickEquip: true - type: IngestionBlocker - type: TemperatureProtection - heatingCoefficient: 0.01 - coolingCoefficient: 0.2 + heatingCoefficient: 0.5 + coolingCoefficient: 0.8 - type: FireProtection reduction: 0.15 # not fully sealed so less protection - type: IdentityBlocker @@ -301,8 +301,8 @@ quickEquip: true - type: IngestionBlocker - type: TemperatureProtection - heatingCoefficient: 0.01 - coolingCoefficient: 0.2 + heatingCoefficient: 0.3 + coolingCoefficient: 0.8 - type: FireProtection reduction: 0.2 - type: PressureProtection -- 2.51.2