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.