Adds All Prisoner Uniforms to Loadout (#2380)

## About The Pull Request

Adds all of the various prisoner uniforms to the loadout, while also
adding a new one, for station-captured Syndicates, for Interrogation
roleplay, and more value to CentCom.

## Why It's Good For The Game

It's better for capabilities of Roleplay for prisoners, giving them more
options for things to wear aside the generic jumpsuit. However,
considering they can get any piece of clothing anyways, this kinda makes
it meaningless in places.

## Proof Of Testing


![image](https://github.com/user-attachments/assets/c1431438-7f56-4dd7-8e38-6fd899fa53c3)

## Changelog

🆑
add: Adds all Prisoner Uniforms to Loadout.
/🆑

---------

Co-authored-by: Swift <jackwars4@gmail.com>
This commit is contained in:
GooglyFox
2024-11-28 01:01:15 +00:00
committed by GitHub
co-authored by Swift
parent 09630a8ade
commit 0030d3a2a3
2 changed files with 30 additions and 0 deletions
@@ -583,6 +583,31 @@
name = "Classic Prisoner Jumpsuit"
item_path = /obj/item/clothing/under/rank/prisoner/classic
/datum/loadout_item/uniform/miscellaneous/protectcust
name = "Protective Custody Prisoner Jumpsuit"
item_path = /obj/item/clothing/under/rank/prisoner/protcust
restricted_roles = list(JOB_PRISONER)
/datum/loadout_item/uniform/miscellaneous/lowrisk
name = "Low Risk Prisoner Jumpsuit"
item_path = /obj/item/clothing/under/rank/prisoner/lowsec
restricted_roles = list(JOB_PRISONER)
/datum/loadout_item/uniform/miscellaneous/highrisk
name = "High Risk Prisoner Jumpsuit"
item_path = /obj/item/clothing/under/rank/prisoner/highsec
restricted_roles = list(JOB_PRISONER)
/datum/loadout_item/uniform/miscellaneous/supermax
name = "Supermax Prisoner Jumpsuit"
item_path = /obj/item/clothing/under/rank/prisoner/supermax
restricted_roles = list(JOB_PRISONER)
/datum/loadout_item/uniform/miscellaneous/syndiprison
name = "Syndicate Prisoner Jumpsuit"
item_path = /obj/item/clothing/under/rank/prisoner/syndicate/station
restricted_roles = list(JOB_PRISONER)
/datum/loadout_item/uniform/miscellaneous/redscrubs
name = "Red Scrubs"
item_path = /obj/item/clothing/under/rank/medical/scrubs/skyrat/red
@@ -115,3 +115,8 @@
greyscale_colors = "#992300"
has_sensor = FALSE
supports_variations_flags = NONE
/obj/item/clothing/under/rank/prisoner/syndicate/station
name = "syndicate prisoner jumpsuit"
desc = "A dark blood red prison jumpsuit, for the known Syndicate captives, valuable targets to CentCom and interrogation. Its suit sensors are stuck in the \"Fully On\" position."
greyscale_colors = "#5c0000ff"