diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index e30527495a7..87e6fa5bf97 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -117,37 +117,37 @@ /obj/item/clothing/under/lawyer desc = "Slick threads." - name = "Lawyer suit" + name = "lawyer suit" /obj/item/clothing/under/lawyer/black - name = "black Lawyer suit" + name = "black lawyer suit" icon_state = "lawyer_black" /obj/item/clothing/under/lawyer/black/skirt - name = "black Lawyer skirt" + name = "black lawyer skirt" icon_state = "lawyer_black_skirt" item_state_slots = list(slot_r_hand_str = "lawyer_black", slot_l_hand_str = "lawyer_black") /obj/item/clothing/under/lawyer/female - name = "black Lawyer suit" + name = "black lawyer suit" icon_state = "black_suit_fem" item_state_slots = list(slot_r_hand_str = "lawyer_black", slot_l_hand_str = "lawyer_black") /obj/item/clothing/under/lawyer/red - name = "red Lawyer suit" + name = "red lawyer suit" icon_state = "lawyer_red" /obj/item/clothing/under/lawyer/red/skirt - name = "red Lawyer skirt" + name = "red lawyer skirt" icon_state = "lawyer_red_skirt" item_state_slots = list(slot_r_hand_str = "lawyer_red", slot_l_hand_str = "lawyer_red") /obj/item/clothing/under/lawyer/blue - name = "blue Lawyer suit" + name = "blue lawyer suit" icon_state = "lawyer_blue" /obj/item/clothing/under/lawyer/blue/skirt - name = "blue Lawyer skirt" + name = "blue lawyer skirt" icon_state = "lawyer_blue_skirt" item_state_slots = list(slot_r_hand_str = "lawyer_blue", slot_l_hand_str = "lawyer_blue") @@ -163,7 +163,7 @@ icon_state = "bluesuit_skirt" /obj/item/clothing/under/lawyer/purpsuit - name = "purple Suit" + name = "purple suit" icon_state = "lawyer_purp" item_state_slots = list(slot_r_hand_str = "purple", slot_l_hand_str = "purple") diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index c1183a4e939..6ec74ef5d3e 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ