From ddd87a3387a649bc01f183d88f7882d2bba76ec1 Mon Sep 17 00:00:00 2001 From: Yaanu <94946104+Fe26Yannu@users.noreply.github.com> Date: Wed, 24 Nov 2021 01:22:58 -0500 Subject: [PATCH] CE Glove item_state fix invisible worn clothing bad --- code/modules/clothing/gloves/color.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 653a72ac0..9b82fc1e3 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -14,7 +14,7 @@ desc = "Special Insulated gloves with pricy thermal shielding normally only found in combat gloves." name = "Chief Engineer Insulated Gloves" icon_state = "ce_insuls" - item_state = "combat" + item_state = "ygloves" siemens_coefficient = 0 permeability_coefficient = 0.05 strip_delay = 80