mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixes Corporate/Diplomatic roles' access to the holster selection in loadout (#21277)
Fixed Consular Officers, Diplomatic Aides and Corporate Aides being able to take the holster despite not being intended to possess firearms, whereas the Diplomatic Bodyguard now can as intended. Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
This commit is contained in:
@@ -61,8 +61,8 @@ ABSTRACT_TYPE(/datum/gear/accessory)
|
||||
/datum/gear/accessory/holster
|
||||
display_name = "holster selection"
|
||||
path = /obj/item/clothing/accessory/holster/armpit
|
||||
allowed_roles = list("Captain", "Executive Officer", "Bridge Crew", "Security Officer", "Warden", "Head of Security","Investigator", "Security Cadet", "Corporate Liaison", "Consular Officer",
|
||||
"Chief Engineer", "Chief Medical Officer", "Research Director", "Operations Manager", "Diplomatic Aide", "Corporate Aide", "Security Personnel")
|
||||
allowed_roles = list("Captain", "Executive Officer", "Bridge Crew", "Security Officer", "Warden", "Head of Security", "Investigator", "Security Cadet", "Corporate Liaison",
|
||||
"Chief Engineer", "Chief Medical Officer", "Research Director", "Operations Manager", "Diplomatic Bodyguard", "Security Personnel")
|
||||
|
||||
/datum/gear/accessory/holster/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user