mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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  ## Changelog 🆑 add: Adds all Prisoner Uniforms to Loadout. /🆑 --------- Co-authored-by: Swift <jackwars4@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user