mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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.   
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user