From ae497e5c37896c842bc72dd7437d84ac4124fb91 Mon Sep 17 00:00:00 2001 From: Pirouette <57296132+listerla@users.noreply.github.com> Date: Sat, 10 Jun 2023 08:33:32 -0400 Subject: [PATCH] Disables HoS taking Zavod Sec uniforms (#16454) --- .../client/preference_setup/loadout/loadout_factions.dm | 2 +- html/changelogs/zavodfix.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/zavodfix.yml diff --git a/code/modules/client/preference_setup/loadout/loadout_factions.dm b/code/modules/client/preference_setup/loadout/loadout_factions.dm index f75338487b9..e8278eaf604 100644 --- a/code/modules/client/preference_setup/loadout/loadout_factions.dm +++ b/code/modules/client/preference_setup/loadout/loadout_factions.dm @@ -146,7 +146,7 @@ path = /obj/item/clothing/under/rank/security/zavod/zavodsec slot = slot_w_uniform faction = "Zavodskoi Interstellar" - allowed_roles = list("Head of Security", "Warden", "Investigator", "Security Officer", "Security Cadet") + allowed_roles = list("Warden", "Investigator", "Security Officer", "Security Cadet") /datum/gear/faction/zavod_sec_uniforms/New() ..() diff --git a/html/changelogs/zavodfix.yml b/html/changelogs/zavodfix.yml new file mode 100644 index 00000000000..b1616e91072 --- /dev/null +++ b/html/changelogs/zavodfix.yml @@ -0,0 +1,6 @@ +author: Pirouette + +delete-after: True + +changes: + - bugfix: "The Head of Security can no longer take Zavodskoi uniforms." \ No newline at end of file