mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Procedure dmi split + IAA resprite (#22580)
* dmi split and code stuff - species sprites coming soon(tm) * species sprites * update sprite name * CI errors? * CRLF to LF * forgor species code * Update code/modules/clothing/under/jobs/procedure.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * readds the ability to make cluwnes (how did this happen) * fuck off shitcode breaking my shit * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * forgor to delet extra sprites * Suggestion * Apply suggestions from code review Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * booleans --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
Contrabang
parent
f847c075b6
commit
5b6a2de4ca
@@ -57,10 +57,8 @@
|
||||
new /obj/item/clothing/suit/armor/vest(src)
|
||||
new /obj/item/clothing/under/rank/civilian/head_of_personnel(src)
|
||||
new /obj/item/clothing/under/rank/civilian/head_of_personnel/dress(src)
|
||||
new /obj/item/clothing/under/rank/civilian/lawyer/dress_hr(src)
|
||||
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/oldman(src)
|
||||
new /obj/item/clothing/under/rank/civilian/head_of_personnel/dress_hr(src)
|
||||
new /obj/item/clothing/under/rank/civilian/head_of_personnel/oldman(src)
|
||||
new /obj/item/clothing/under/suit/female(src)
|
||||
new /obj/item/clothing/shoes/brown(src)
|
||||
new /obj/item/clothing/shoes/black(src)
|
||||
@@ -139,11 +137,9 @@
|
||||
|
||||
/obj/item/storage/bag/garment/nanotrasen_representative/populate_contents()
|
||||
new /obj/item/clothing/head/ntrep(src)
|
||||
new /obj/item/clothing/under/rank/centcom/representative(src)
|
||||
new /obj/item/clothing/under/rank/centcom/representative/skirt(src)
|
||||
new /obj/item/clothing/under/rank/centcom/representative/formal(src)
|
||||
new /obj/item/clothing/under/rank/civilian/lawyer/oldman(src)
|
||||
new /obj/item/clothing/under/rank/civilian/lawyer/black(src)
|
||||
new /obj/item/clothing/under/rank/procedure/representative(src)
|
||||
new /obj/item/clothing/under/rank/procedure/representative/skirt(src)
|
||||
new /obj/item/clothing/under/rank/procedure/representative/formal(src)
|
||||
new /obj/item/clothing/under/suit/female(src)
|
||||
new /obj/item/clothing/shoes/centcom(src)
|
||||
new /obj/item/clothing/shoes/sandal/fancy(src)
|
||||
@@ -158,9 +154,9 @@
|
||||
/obj/item/storage/bag/garment/magistrate/populate_contents()
|
||||
new /obj/item/clothing/head/justice_wig(src)
|
||||
new /obj/item/clothing/head/powdered_wig(src)
|
||||
new /obj/item/clothing/under/rank/centcom/magistrate(src)
|
||||
new /obj/item/clothing/under/rank/centcom/magistrate/skirt(src)
|
||||
new /obj/item/clothing/under/rank/centcom/magistrate/formal(src)
|
||||
new /obj/item/clothing/under/rank/procedure/magistrate(src)
|
||||
new /obj/item/clothing/under/rank/procedure/magistrate/skirt(src)
|
||||
new /obj/item/clothing/under/rank/procedure/magistrate/formal(src)
|
||||
new /obj/item/clothing/suit/magirobe(src)
|
||||
new /obj/item/clothing/shoes/centcom(src)
|
||||
new /obj/item/clothing/glasses/sunglasses(src)
|
||||
@@ -173,9 +169,9 @@
|
||||
/obj/item/storage/bag/garment/blueshield/populate_contents()
|
||||
new /obj/item/clothing/head/beret/centcom/officer(src)
|
||||
new /obj/item/clothing/head/beret/centcom/officer/navy(src)
|
||||
new /obj/item/clothing/under/rank/centcom/blueshield(src)
|
||||
new /obj/item/clothing/under/rank/centcom/blueshield/skirt(src)
|
||||
new /obj/item/clothing/under/rank/centcom/blueshield/formal(src)
|
||||
new /obj/item/clothing/under/rank/procedure/blueshield(src)
|
||||
new /obj/item/clothing/under/rank/procedure/blueshield/skirt(src)
|
||||
new /obj/item/clothing/under/rank/procedure/blueshield/formal(src)
|
||||
new /obj/item/clothing/suit/armor/vest/blueshield(src)
|
||||
new /obj/item/clothing/suit/storage/blueshield(src)
|
||||
new /obj/item/clothing/shoes/centcom(src)
|
||||
@@ -240,26 +236,6 @@
|
||||
new /obj/item/clothing/accessory/holster/armpit(src)
|
||||
new /obj/item/clothing/glasses/sunglasses/yeah(src)
|
||||
|
||||
/obj/item/storage/bag/garment/iaa
|
||||
name = "internal affairs agent's garment bag"
|
||||
desc = "A bag for storing extra clothes and shoes. This one belongs to the internal affairs agent."
|
||||
|
||||
/obj/item/storage/bag/garment/iaa/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/suit/storage/lawyer/purpjacket(src)
|
||||
new /obj/item/clothing/shoes/brown(src)
|
||||
new /obj/item/clothing/shoes/black(src)
|
||||
new /obj/item/clothing/under/rank/civilian/internalaffairs(src)
|
||||
new /obj/item/clothing/suit/storage/internalaffairs(src)
|
||||
new /obj/item/clothing/glasses/sunglasses/big(src)
|
||||
new /obj/item/clothing/glasses/sunglasses/big(src)
|
||||
|
||||
/obj/item/storage/bag/garment/chaplain
|
||||
name = "chaplain's garment bag"
|
||||
desc = "A bag for storing extra clothes and shoes. This one belongs to the chaplain."
|
||||
|
||||
Reference in New Issue
Block a user