diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index bc7110f9e32..0798c11bf56 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -113,24 +113,28 @@ /obj/item/clothing/under/lawyer/black + name = "black Lawyer suit" icon_state = "lawyer_black" item_state = "lawyer_black" item_color = "lawyer_black" /obj/item/clothing/under/lawyer/female + name = "black Lawyer suit" icon_state = "black_suit_fem" item_state = "black_suit_fem" item_color = "black_suit_fem" /obj/item/clothing/under/lawyer/red + name = "red Lawyer suit" icon_state = "lawyer_red" item_state = "lawyer_red" item_color = "lawyer_red" /obj/item/clothing/under/lawyer/blue + name = "blue Lawyer suit" icon_state = "lawyer_blue" item_state = "lawyer_blue" item_color = "lawyer_blue" @@ -178,4 +182,4 @@ name = "shaft miner's jumpsuit" icon_state = "miner" item_state = "miner" - item_color = "miner" \ No newline at end of file + item_color = "miner"