diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index a0c7f1e37e8..89688000141 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -1751,7 +1751,7 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY /obj/item/clothing/under/misc/assistantformal, /obj/item/clothing/under/rank/civilian/lawyer/bluesuit, /obj/item/clothing/suit/storage/lawyer/bluejacket, - /obj/item/clothing/under/rank/civilian/lawyer/purpsuit, + /obj/item/clothing/under/rank/civilian/lawyer/purple, /obj/item/clothing/suit/storage/lawyer/purpjacket, /obj/item/clothing/under/rank/civilian/lawyer/black, /obj/item/clothing/suit/storage/lawyer/blackjacket, diff --git a/code/game/objects/structures/crates_lockers/closets/job_closets.dm b/code/game/objects/structures/crates_lockers/closets/job_closets.dm index f93c03c2c4d..6a73d5b099e 100644 --- a/code/game/objects/structures/crates_lockers/closets/job_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/job_closets.dm @@ -115,10 +115,11 @@ /obj/structure/closet/lawcloset/populate_contents() new /obj/item/clothing/under/rank/civilian/lawyer/black(src) new /obj/item/clothing/under/rank/civilian/lawyer/red(src) + new /obj/item/clothing/under/rank/civilian/lawyer/blue(src) + new /obj/item/clothing/under/rank/civilian/lawyer/purple(src) new /obj/item/clothing/under/rank/civilian/lawyer/bluesuit(src) new /obj/item/clothing/under/suit/female(src) new /obj/item/clothing/suit/storage/lawyer/bluejacket(src) - new /obj/item/clothing/under/rank/civilian/lawyer/purpsuit(src) new /obj/item/clothing/suit/storage/lawyer/purpjacket(src) new /obj/item/clothing/shoes/brown(src) new /obj/item/clothing/shoes/black(src) diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index dbce9464a7d..6d752965dd6 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -145,8 +145,8 @@ item_color = "internalaffairs" /obj/item/clothing/under/rank/civilian/lawyer + name = "lawyer suit" desc = "Slick threads." - name = "Lawyer suit" /obj/item/clothing/under/rank/civilian/lawyer/black icon_state = "lawyer_black" @@ -154,23 +154,25 @@ item_color = "lawyer_black" /obj/item/clothing/under/rank/civilian/lawyer/red + name = "lawyer red suit" icon_state = "lawyer_red" item_state = "lawyer_red" item_color = "lawyer_red" /obj/item/clothing/under/rank/civilian/lawyer/blue + name = "lawyer blue suit" icon_state = "lawyer_blue" item_state = "lawyer_blue" item_color = "lawyer_blue" -/obj/item/clothing/under/rank/civilian/lawyer/purpsuit - name = "Purple Suit" +/obj/item/clothing/under/rank/civilian/lawyer/purple + name = "lawyer purple suit" icon_state = "lawyer_purp" item_state = "lawyer_purp" item_color = "lawyer_purp" /obj/item/clothing/under/rank/civilian/lawyer/bluesuit - name = "Blue Suit" + name = "blue suit" desc = "A classy suit and tie" icon_state = "bluesuit" item_state = "bluesuit" diff --git a/icons/mob/clothing/species/drask/under/civilian.dmi b/icons/mob/clothing/species/drask/under/civilian.dmi index 4f2441e9055..18cf7a7a6d0 100644 Binary files a/icons/mob/clothing/species/drask/under/civilian.dmi and b/icons/mob/clothing/species/drask/under/civilian.dmi differ diff --git a/icons/mob/clothing/species/grey/under/civilian.dmi b/icons/mob/clothing/species/grey/under/civilian.dmi index 7881358b7ef..29be557e789 100644 Binary files a/icons/mob/clothing/species/grey/under/civilian.dmi and b/icons/mob/clothing/species/grey/under/civilian.dmi differ diff --git a/icons/mob/clothing/species/vox/under/civilian.dmi b/icons/mob/clothing/species/vox/under/civilian.dmi index 943e609a8cd..d3b4c7d77ec 100644 Binary files a/icons/mob/clothing/species/vox/under/civilian.dmi and b/icons/mob/clothing/species/vox/under/civilian.dmi differ diff --git a/icons/mob/clothing/under/civilian.dmi b/icons/mob/clothing/under/civilian.dmi index 85cb6c7a523..d882719b22c 100644 Binary files a/icons/mob/clothing/under/civilian.dmi and b/icons/mob/clothing/under/civilian.dmi differ diff --git a/icons/obj/clothing/under/civilian.dmi b/icons/obj/clothing/under/civilian.dmi index 9ffbb1a23c5..af7da667b2b 100644 Binary files a/icons/obj/clothing/under/civilian.dmi and b/icons/obj/clothing/under/civilian.dmi differ