mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +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
@@ -202,15 +202,15 @@
|
||||
|
||||
/datum/gear/suit/blacksuit
|
||||
display_name = "Suit jacket, black"
|
||||
path = /obj/item/clothing/suit/storage/lawyer/blackjacket
|
||||
path = /obj/item/clothing/suit/storage/iaa/blackjacket
|
||||
|
||||
/datum/gear/suit/bluesuit
|
||||
display_name = "Suit jacket, blue"
|
||||
path = /obj/item/clothing/suit/storage/lawyer/bluejacket
|
||||
path = /obj/item/clothing/suit/storage/iaa/bluejacket
|
||||
|
||||
/datum/gear/suit/purplesuit
|
||||
display_name = "Suit jacket, purple"
|
||||
path = /obj/item/clothing/suit/storage/lawyer/purpjacket
|
||||
path = /obj/item/clothing/suit/storage/iaa/purplejacket
|
||||
|
||||
//Mantles!
|
||||
/datum/gear/suit/mantle
|
||||
|
||||
@@ -205,17 +205,17 @@
|
||||
|
||||
/datum/gear/uniform/skirt/job/magistrate
|
||||
display_name = "Skirt, magistrate"
|
||||
path = /obj/item/clothing/under/rank/centcom/magistrate/skirt
|
||||
path = /obj/item/clothing/under/rank/procedure/magistrate/skirt
|
||||
allowed_roles = list("Magistrate")
|
||||
|
||||
/datum/gear/uniform/skirt/job/ntrep
|
||||
display_name = "Skirt, nt rep"
|
||||
path = /obj/item/clothing/under/rank/centcom/representative/skirt
|
||||
path = /obj/item/clothing/under/rank/procedure/representative/skirt
|
||||
allowed_roles = list("Nanotrasen Representative")
|
||||
|
||||
/datum/gear/uniform/skirt/job/blueshield
|
||||
display_name = "Skirt, blueshield"
|
||||
path = /obj/item/clothing/under/rank/centcom/blueshield/skirt
|
||||
path = /obj/item/clothing/under/rank/procedure/blueshield/skirt
|
||||
allowed_roles = list("Blueshield")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user