From 108cb16289801b71d75251ca1284525f42b211f7 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Thu, 8 Jun 2017 16:10:00 +0100 Subject: [PATCH] Makes the CEs hardsuit and Engineering hardsuit temperature resistant --- code/modules/clothing/spacesuits/rig/suits/station.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/spacesuits/rig/suits/station.dm b/code/modules/clothing/spacesuits/rig/suits/station.dm index 11dfbfb961..13eebc2e7d 100644 --- a/code/modules/clothing/spacesuits/rig/suits/station.dm +++ b/code/modules/clothing/spacesuits/rig/suits/station.dm @@ -100,6 +100,7 @@ req_access = list() req_one_access = list() + max_heat_protection_temperature = FIRE_HELMET_MAX_HEAT_PROTECTION_TEMPERATURE /obj/item/clothing/gloves/gauntlets/rig/eva name = "insulated gauntlets" @@ -135,6 +136,7 @@ req_access = list() req_one_access = list() + max_heat_protection_temperature = FIRE_HELMET_MAX_HEAT_PROTECTION_TEMPERATURE /obj/item/clothing/gloves/gauntlets/rig/ce name = "insulated gauntlets"