From 5bb8a1b962d8287bc1474b728f1158e6a21796c9 Mon Sep 17 00:00:00 2001 From: Jordie Date: Mon, 20 Nov 2017 15:54:52 +1100 Subject: [PATCH] Merge pull request #32853 from KorPhaeron/purple Fixes purple bartender clothes --- code/modules/clothing/under/jobs/civilian.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index a9542c90e0..f7a1cd480d 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -13,6 +13,7 @@ name = "purple bartender's uniform" icon_state = "purplebartender" item_state = "purplebartender" + item_color = "purplebartender" alt_covers_chest = 1 /obj/item/clothing/under/rank/captain //Alright, technically not a 'civilian' but its better then giving a .dm file for a single define.