From 0632b04eb4b27de56fffa4a1be493c7a7ad32e18 Mon Sep 17 00:00:00 2001 From: Jordie0608 Date: Fri, 8 May 2015 18:20:43 +1000 Subject: [PATCH] fixes white crayons making nitrile gloves --- code/modules/clothing/gloves/color.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 1b549e9c323..9d7bf51d33c 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -149,14 +149,12 @@ item_color="white" transfer_prints = TRUE -/obj/item/clothing/gloves/color/latex/cmo - item_color = "medical" //Exists for washing machines. Is not different from latex gloves in any way. - /obj/item/clothing/gloves/color/latex/nitrile name = "nitrile gloves" desc = "Pricy sterile gloves that are stronger than latex." icon_state = "nitrile" item_state = "nitrilegloves" + item_color = "cmo" transfer_prints = FALSE /obj/item/clothing/gloves/color/white