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