From 962234f7b480b4eda3546ddeac309f6165b6a3da Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Wed, 9 Sep 2015 23:54:46 -0400 Subject: [PATCH] Fixes Really Black Jumpsuit Before, on wearing, it'd show the exact same sprite as the 'black suit'-- while this was clearly unintended. Now shows the correct sprite (for humans as well!) --- code/modules/clothing/under/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index b853701f588..ffd38f192a8 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -209,7 +209,7 @@ desc = "A formal black suit and red tie, intended for the station's finest." icon_state = "really_black_suit" item_state = "bl_suit" - _color = "black_suit" + _color = "really_black_suit" /obj/item/clothing/under/suit_jacket/female name = "executive suit"