From: hoshizora Date: Tue, 23 Sep 2025 17:02:49 +0000 (-0700) Subject: Fire helmets alone no longer prevent you from heating up while on fire (#40481) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3f575a64f3ff0fbcaa308ad55670c76ec7b2a5d8;p=space-station-14.git 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 --- 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