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)
This commit is contained in:
Crosarius
2024-06-24 09:17:40 +00:00
committed by GitHub
parent 0a3ca4b850
commit ac62427df6
2 changed files with 6 additions and 2 deletions
@@ -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