From 38ae5d9d3f651dfca1e6576c6a673c257d621188 Mon Sep 17 00:00:00 2001 From: Walter0o Date: Mon, 21 Jul 2014 01:31:45 +0200 Subject: [PATCH] misnamed lawyer suit fixes --- code/modules/clothing/under/jobs/civilian.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"