From fe5ba13ffd82f1ca8a31f81179bf2d6e936d2405 Mon Sep 17 00:00:00 2001 From: Xantholne Date: Mon, 10 Jul 2017 07:22:18 -0600 Subject: [PATCH] Removes the cold protection stufff --- code/modules/customitems/item_defines.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index f831d69e983..6c3ed3227e0 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -779,9 +779,6 @@ icon_state = "xantholne_wintercoat" hoodtype = /obj/item/clothing/head/hood/fluff/xantholne body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS - cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS - min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT - armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 10, rad = 0) allowed = list(/obj/item/device/flashlight, /obj/item/weapon/tank/emergency_oxygen, /obj/item/toy, /obj/item/weapon/storage/fancy/cigarettes, /obj/item/weapon/lighter) @@ -791,8 +788,6 @@ icon = 'icons/obj/custom_items.dmi' icon_state = "xantholne_winterhood" body_parts_covered = HEAD - cold_protection = HEAD - min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT flags = NODROP|BLOCKHAIR flags_inv = HIDEEARS