From 3e8109e8c614c5ca772409252eb664aa9547cf3e Mon Sep 17 00:00:00 2001 From: PrismaticGynoid Date: Thu, 15 Feb 2018 16:26:55 -0800 Subject: [PATCH] Department ponchos for all Removes the job restrictions on the department ponchos, making them able to be taken from the loadout by any job, just like the department jackets. --- code/modules/client/preference_setup/loadout/loadout_suit.dm | 5 ----- html/changelogs/PrismaticGynoid-universalponchos.yml | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 html/changelogs/PrismaticGynoid-universalponchos.yml diff --git a/code/modules/client/preference_setup/loadout/loadout_suit.dm b/code/modules/client/preference_setup/loadout/loadout_suit.dm index 0208c234d4..76bbebcc3f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit.dm @@ -181,27 +181,22 @@ /datum/gear/suit/roles/poncho/security display_name = "poncho, security" path = /obj/item/clothing/accessory/poncho/roles/security - allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer") /datum/gear/suit/roles/poncho/medical display_name = "poncho, medical" path = /obj/item/clothing/accessory/poncho/roles/medical - allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist", "Psychiatrist") /datum/gear/suit/roles/poncho/engineering display_name = "poncho, engineering" path = /obj/item/clothing/accessory/poncho/roles/engineering - allowed_roles = list("Chief Engineer","Atmospheric Technician", "Station Engineer") /datum/gear/suit/roles/poncho/science display_name = "poncho, science" path = /obj/item/clothing/accessory/poncho/roles/science - allowed_roles = list("Research Director","Scientist", "Roboticist", "Xenobiologist") /datum/gear/suit/roles/poncho/cargo display_name = "poncho, cargo" path = /obj/item/clothing/accessory/poncho/roles/cargo - allowed_roles = list("Quartermaster","Cargo Technician") /datum/gear/suit/roles/poncho/cloak/hos display_name = "cloak, head of security" diff --git a/html/changelogs/PrismaticGynoid-universalponchos.yml b/html/changelogs/PrismaticGynoid-universalponchos.yml new file mode 100644 index 0000000000..185525498b --- /dev/null +++ b/html/changelogs/PrismaticGynoid-universalponchos.yml @@ -0,0 +1,4 @@ +author: PrismaticGynoid +delete-after: True +changes: + - tweak: "Changed department ponchos to be open to any job, just like department jackets."