make all sec clothing in the loadout menu available to the detective (#27990)

This commit is contained in:
Kenionatus
2025-01-18 20:24:43 +00:00
committed by GitHub
parent 4af0352394
commit 97e99fe905
3 changed files with 7 additions and 7 deletions
@@ -70,12 +70,12 @@
/datum/gear/hat/capcsec
display_name = "Security cap, corporate"
path = /obj/item/clothing/head/soft/sec/corp
allowed_roles = list("Head of Security", "Warden", "Security Officer")
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Detective")
/datum/gear/hat/capsec
display_name = "Security cap"
path = /obj/item/clothing/head/soft/sec
allowed_roles = list("Head of Security", "Warden", "Security Officer")
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Detective")
/datum/gear/hat/capjanigrey
display_name = "Cap, janitor grey"
@@ -146,7 +146,7 @@
/datum/gear/hat/cowboyhat/sec
display_name = "Cowboy hat, security"
path = /obj/item/clothing/head/cowboyhat/sec
allowed_roles = list("Head of Security", "Warden", "Security Officer")
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Detective")
/datum/gear/hat/beret_purple
display_name = "Beret, purple"