From a6ed678cb86699d7caed342533f3c9b14e5b8018 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Sun, 20 Mar 2022 10:53:48 -0800 Subject: [PATCH 1/2] Merge pull request #8427 from KillianKirilenko/kk-minifix Remove evening gloves temp. 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 aa0f8055f57..007fdd7528d 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"