From 2de9a10cbcabe4db45d9484379dacf1cec1c1d86 Mon Sep 17 00:00:00 2001 From: Killian <49700375+KillianKirilenko@users.noreply.github.com> Date: Tue, 8 Mar 2022 06:29:37 +0000 Subject: [PATCH] remove evening gloves heat protection --- code/modules/clothing/gloves/color.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 375a60b4c2..75121c608e 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -86,11 +86,6 @@ icon_state = "evening_gloves" addblends = "evening_gloves_a" - cold_protection = HANDS - min_cold_protection_temperature = GLOVES_MIN_COLD_PROTECTION_TEMPERATURE - heat_protection = HANDS - max_heat_protection_temperature = GLOVES_MAX_HEAT_PROTECTION_TEMPERATURE - /obj/item/clothing/gloves/fingerless desc = "A pair of gloves that don't actually cover the fingers." name = "fingerless gloves"