From 67bd3b3d7e0cabc0b6c6d37b7afecc7182a2e297 Mon Sep 17 00:00:00 2001 From: cebutris Date: Sat, 3 Mar 2018 01:02:39 -0500 Subject: [PATCH] White crayons no longer make gloves look latex (#36062) * makes white crayons make white gloves, not latex * mime subtype gloves * Why didn't cobby think of this? * makes mime crayons give latex gloves --- code/modules/clothing/gloves/color.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 1a0404430e..09f5993cb4 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -163,7 +163,7 @@ item_state = "lgloves" siemens_coefficient = 0.3 permeability_coefficient = 0.01 - item_color="white" + item_color="mime" transfer_prints = TRUE resistance_flags = NONE @@ -180,7 +180,7 @@ desc = "These look pretty fancy." icon_state = "white" item_state = "wgloves" - item_color="mime" + item_color="white" /obj/item/clothing/gloves/color/white/redcoat item_color = "redcoat" //Exists for washing machines. Is not different from white gloves in any way.