Skip to content

Commit

Permalink
make all sec clothing in the loadout menu available to the detective (P…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenionatus authored Jan 18, 2025
1 parent 4af0352 commit 97e99fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/preference/loadout/loadout_glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/datum/gear/glasses/sechud
display_name = "Classic security HUD"
path = /obj/item/clothing/glasses/hud/security
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Internal Affairs Agent","Magistrate")
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Detective", "Internal Affairs Agent","Magistrate")

/datum/gear/glasses/goggles
display_name = "Goggles"
Expand All @@ -52,7 +52,7 @@
/datum/gear/glasses/goggles_job/sechudgoggles
display_name = "Security HUD goggles"
path = /obj/item/clothing/glasses/hud/security/goggles
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Internal Affairs Agent", "Magistrate")
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Detective", "Internal Affairs Agent", "Magistrate")

/datum/gear/glasses/goggles_job/medhudgoggles
display_name = "Health HUD goggles"
Expand Down
6 changes: 3 additions & 3 deletions code/modules/client/preference/loadout/loadout_hat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions code/modules/client/preference/loadout/loadout_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,12 @@
/datum/gear/uniform/sec/secorporate
display_name = "Security uniform, corporate"
path = /obj/item/clothing/under/rank/security/officer/corporate
allowed_roles = list("Head of Security", "Warden", "Security Officer")
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")

/datum/gear/uniform/sec/dispatch
display_name = "Security uniform, dispatch"
path = /obj/item/clothing/under/rank/security/officer/dispatch
allowed_roles = list("Head of Security", "Warden", "Security Officer")
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")

/datum/gear/uniform/sec/casual
display_name = "Security uniform, casual"
Expand Down

0 comments on commit 97e99fe

Please sign in to comment.