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"