From ac62427df6a6024ca9b4151ad4014a03784dce10 Mon Sep 17 00:00:00 2001 From: Crosarius <30341877+Crosarius@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:17:40 +1000 Subject: [PATCH] Unrestricts Sk'akh and Si'akh robes in loadout (#19516) This PR unrestricts the Sk'akh and Si'akh robes so that they can be taken by any job, not just Off-Duty and Chaplain. It also allows it to be taken by Humans and Skrell, on the off chance someone would like to play an Ouerean Xeno or something. ![image](https://github.com/Aurorastation/Aurora.3/assets/30341877/1325f0a3-ef92-4bab-b05b-63f8068799ed) ![image](https://github.com/Aurorastation/Aurora.3/assets/30341877/10b57d58-6bc5-4cab-87a8-18aba5675fd1) ![image](https://github.com/Aurorastation/Aurora.3/assets/30341877/2d48b610-d77c-4878-af58-2107e045b5d1) --- .../client/preference_setup/loadout/items/xeno/unathi.dm | 2 -- html/changelogs/crosarius-UnrestrictedSintaRobes.yml | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/crosarius-UnrestrictedSintaRobes.yml diff --git a/code/modules/client/preference_setup/loadout/items/xeno/unathi.dm b/code/modules/client/preference_setup/loadout/items/xeno/unathi.dm index 053a28a02be..a56f7f1a3aa 100644 --- a/code/modules/client/preference_setup/loadout/items/xeno/unathi.dm +++ b/code/modules/client/preference_setup/loadout/items/xeno/unathi.dm @@ -464,7 +464,6 @@ cost = 1 whitelisted = list(SPECIES_UNATHI) sort_category = "Xenowear - Unathi" - allowed_roles = list("Chaplain", "Off-Duty Crew Member") flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION /datum/gear/uniform/unathi/skakh/New() @@ -482,5 +481,4 @@ cost = 1 whitelisted = list(SPECIES_UNATHI) sort_category = "Xenowear - Unathi" - allowed_roles = list("Chaplain", "Off-Duty Crew Member") flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION diff --git a/html/changelogs/crosarius-UnrestrictedSintaRobes.yml b/html/changelogs/crosarius-UnrestrictedSintaRobes.yml new file mode 100644 index 00000000000..6e150c4a5fc --- /dev/null +++ b/html/changelogs/crosarius-UnrestrictedSintaRobes.yml @@ -0,0 +1,6 @@ +author: Crosarius + +delete-after: True + +changes: + - qol: "Unrestricts the Sk'akh and Si'akh robes from only Chaplain and Off-Duty Crew"