From 63149d6de56145edeabe6d30c76ea975eebf54e3 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Tue, 27 Aug 2019 00:12:59 -0400 Subject: [PATCH] Fixes Jackets Not Keeping You Warm --- code/modules/clothing/suits/miscellaneous.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 25fa28931d3..c1c60f3a67d 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -758,6 +758,7 @@ allowed = list(/obj/item/flashlight,/obj/item/tank/emergency_oxygen,/obj/item/toy,/obj/item/storage/fancy/cigarettes,/obj/item/lighter) body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS + min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT actions_types = list(/datum/action/item_action/zipper) adjust_flavour = "unzip"