From 8c37ba7ba125f30024e4924f77dea62d56cae327 Mon Sep 17 00:00:00 2001 From: Isaac Erwin Date: Sun, 12 Jun 2016 04:05:16 -0400 Subject: [PATCH] Fixes the charcoal suit's description The tie is blue, not red. Literally unplayable. --- 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 0e2392ceff1..9533d7c4aae 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -256,7 +256,7 @@ /obj/item/clothing/under/suit_jacket/charcoal name = "charcoal suit" - desc = "A charcoal suit and red tie. Very professional." + desc = "A charcoal suit and blue tie. Very professional." icon_state = "charcoal_suit" item_state = "charcoal_suit" item_color = "charcoal_suit"