Paradise's soul removal part three: lawyers (#19376)

* Better Call Coderspriters

* This name looks better

* Turns out this is not a copy of an existing jumpsuit

* Minor drask sprite adjustment
This commit is contained in:
ElorgRHG
2022-10-21 20:36:36 +02:00
committed by GitHub
parent 97a3514289
commit 1660182d19
8 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -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,
@@ -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)
+6 -4
View File
@@ -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"