mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
make all sec clothing in the loadout menu available to the detective (#27990)
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user