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:
FearTheGabby
2025-09-04 17:49:21 +00:00
committed by GitHub
co-authored by Gabby
parent 7956e9d54d
commit 14805f85dc
2 changed files with 60 additions and 2 deletions
@@ -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()
..()