mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user