mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 16:13:49 +01:00
up to officer
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
display_name = "holster selection"
|
||||
description = "Select from a number of general-purpose handgun holsters, or a baton lanyard."
|
||||
path = /obj/item/clothing/accessory/holster
|
||||
allowed_roles = list("Site Manager", "Head of Personnel", "Security Officer", "Warden", "Head of Security","Detective","Talon Captain","Talon Guard")
|
||||
allowed_roles = list(JOB_SITE_MANAGER, JOB_HEAD_OF_PERSONNEL, JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_HEAD_OF_SECURITY,JOB_DETECTIVE,"Talon Captain","Talon Guard")
|
||||
|
||||
/datum/gear/accessory/holster/New()
|
||||
..()
|
||||
@@ -335,7 +335,7 @@
|
||||
/datum/gear/accessory/badge
|
||||
display_name = "sheriff badge (Security)"
|
||||
path = /obj/item/clothing/accessory/badge/holo/sheriff
|
||||
allowed_roles = list("Security Officer","Detective","Head of Security","Warden")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER,JOB_DETECTIVE,JOB_HEAD_OF_SECURITY,JOB_WARDEN)
|
||||
|
||||
/datum/gear/accessory/corpbadge
|
||||
display_name = "investigator holobadge (IAA)"
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
display_name = "Security HUD selector"
|
||||
description = "Select from a range of Security HUD eyepieces that can display the ID status and security records of people in line of sight."
|
||||
path = /obj/item/clothing/glasses/hud/security
|
||||
allowed_roles = list("Security Officer","Head of Security","Warden", "Detective")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER,JOB_HEAD_OF_SECURITY,JOB_WARDEN, JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/eyes/security/New()
|
||||
..()
|
||||
@@ -133,7 +133,7 @@
|
||||
/datum/gear/eyes/material
|
||||
display_name = "Optical Material Scanners"
|
||||
path = /obj/item/clothing/glasses/material
|
||||
allowed_roles = list("Shaft Miner","Quartermaster")
|
||||
allowed_roles = list(JOB_SHAFT_MINER,"Quartermaster")
|
||||
|
||||
/datum/gear/eyes/glasses/fakesun
|
||||
display_name = "Sunglasses, stylish"
|
||||
@@ -147,7 +147,7 @@
|
||||
display_name = "functional sunglasses selector"
|
||||
description = "Select from a range of polarized sunglasses that can block flashes whilst still looking classy."
|
||||
path = /obj/item/clothing/glasses/sunglasses
|
||||
allowed_roles = list("Security Officer","Head of Security","Warden","Site Manager","Head of Personnel","Quartermaster","Internal Affairs Agent","Detective")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER,JOB_HEAD_OF_SECURITY,JOB_WARDEN,JOB_SITE_MANAGER,JOB_HEAD_OF_PERSONNEL,"Quartermaster","Internal Affairs Agent",JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/eyes/sun/New()
|
||||
..()
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
/datum/gear/eyes/arglasses/sec
|
||||
display_name = "AR-Security glasses"
|
||||
path = /obj/item/clothing/glasses/omnihud/sec
|
||||
allowed_roles = list("Security Officer","Head of Security","Warden","Detective")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER,JOB_HEAD_OF_SECURITY,JOB_WARDEN,JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/eyes/arglasses/sci
|
||||
display_name = "AR-Research glasses"
|
||||
@@ -40,7 +40,7 @@
|
||||
display_name = "AR-Command glasses"
|
||||
path = /obj/item/clothing/glasses/omnihud/all
|
||||
cost = 2
|
||||
allowed_roles = list("Site Manager","Head of Personnel")
|
||||
allowed_roles = list(JOB_SITE_MANAGER,JOB_HEAD_OF_PERSONNEL)
|
||||
|
||||
/datum/gear/eyes/spiffygogs
|
||||
display_name = "slick orange goggles"
|
||||
|
||||
@@ -536,7 +536,7 @@
|
||||
// I CKEYS
|
||||
/datum/gear/fluff/ruda_badge
|
||||
path = /obj/item/clothing/accessory/badge/holo/detective/ruda
|
||||
display_name = "Ruda's Detective Badge"
|
||||
display_name = "Ruda's " + JOB_DETECTIVE + " Badge"
|
||||
ckeywhitelist = list("interrolouis")
|
||||
character_name = list("Ruda Lizden")
|
||||
|
||||
@@ -578,7 +578,7 @@
|
||||
slot = slot_back
|
||||
ckeywhitelist = list("jacknoir413")
|
||||
character_name = list("Areax Third")
|
||||
allowed_roles = list("Security Officer, Warden, Head of Security")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_HEAD_OF_SECURITY)
|
||||
|
||||
/datum/gear/fluff/earthen_uniform
|
||||
path = /obj/item/clothing/under/fluff/earthenbreath
|
||||
@@ -626,7 +626,7 @@
|
||||
display_name = "Ace's Holster"
|
||||
ckeywhitelist = list("jertheace")
|
||||
character_name = list("Jeremiah Acacius")
|
||||
allowed_roles = list("Site Manager", "Warden", "Head of Security")
|
||||
allowed_roles = list(JOB_SITE_MANAGER, JOB_WARDEN, JOB_HEAD_OF_SECURITY)
|
||||
|
||||
/datum/gear/fluff/jeremiah_boots
|
||||
path = /obj/item/clothing/shoes/boots/combat
|
||||
@@ -654,7 +654,7 @@
|
||||
display_name = "Katarina's Backpack"
|
||||
ckeywhitelist = list("joanrisu")
|
||||
character_name = list("Katarina Eine")
|
||||
allowed_roles = list("Site Manager", "Warden", "Head of Security")
|
||||
allowed_roles = list(JOB_SITE_MANAGER, JOB_WARDEN, JOB_HEAD_OF_SECURITY)
|
||||
|
||||
/datum/gear/fluff/emoticon_box
|
||||
path = /obj/item/weapon/storage/box/fluff/emoticon
|
||||
@@ -820,7 +820,7 @@
|
||||
slot = slot_wear_suit
|
||||
ckeywhitelist = list("mrsignmeup")
|
||||
character_name = list("Reshskakskakss Seekiseekis")
|
||||
allowed_roles = list("Head of Security")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY)
|
||||
|
||||
/datum/gear/fluff/daniel_medal
|
||||
path = /obj/item/clothing/accessory/medal/conduct
|
||||
@@ -1091,7 +1091,7 @@
|
||||
slot = slot_wear_suit
|
||||
ckeywhitelist = list("samanthafyre")
|
||||
character_name = list("Kateryna Petrovitch")
|
||||
allowed_roles = list("Security Officer", "Warden", "Head of Security", "Site Manager", "Head of Personnel")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_HEAD_OF_SECURITY, JOB_SITE_MANAGER, JOB_HEAD_OF_PERSONNEL)
|
||||
|
||||
/datum/gear/fluff/viktor_flask
|
||||
path = /obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask/fluff/viktor
|
||||
@@ -1138,7 +1138,7 @@
|
||||
display_name = "Cerise's Champion's Belt"
|
||||
ckeywhitelist = list("shalax")
|
||||
character_name = list("Cerise Duelliste")
|
||||
allowed_roles = list("Security Officer", "Warden", "Head of Security", "Detective")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_HEAD_OF_SECURITY, JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/fluff/sidona_robes
|
||||
path = /obj/item/clothing/under/fluff/gildedrobe_perrin
|
||||
@@ -1157,14 +1157,14 @@
|
||||
display_name = "NT-HASD 556's Modkit"
|
||||
ckeywhitelist = list("silencedmp5a5")
|
||||
character_name = list("NT-HASD #556")
|
||||
allowed_roles = list("Site Manager", "Head of Personnel", "Security Officer", "Warden", "Head of Security","Detective")
|
||||
allowed_roles = list(JOB_SITE_MANAGER, JOB_HEAD_OF_PERSONNEL, JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_HEAD_OF_SECURITY,JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/fluff/serdykov_modkit //Also converts a Security suit's sprite
|
||||
path = /obj/item/device/modkit_conversion/fluff/serdykit
|
||||
display_name = "Serdykov Antoz's Modkit"
|
||||
ckeywhitelist = list("silencedmp5a5")
|
||||
character_name = list("Serdykov Antoz")
|
||||
allowed_roles = list("Site Manager", "Head of Personnel", "Security Officer", "Warden", "Head of Security","Detective")
|
||||
allowed_roles = list(JOB_SITE_MANAGER, JOB_HEAD_OF_PERSONNEL, JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_HEAD_OF_SECURITY,JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/fluff/tasy_clownuniform
|
||||
path = /obj/item/clothing/under/sexyclown
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
/datum/gear/gloves/forensic
|
||||
display_name = "gloves, forensic"
|
||||
path = /obj/item/clothing/gloves/forensic
|
||||
allowed_roles = list("Detective")
|
||||
allowed_roles = list(JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/gloves/fingerless
|
||||
display_name = "fingerless gloves"
|
||||
|
||||
@@ -19,22 +19,22 @@
|
||||
/datum/gear/head/beret/bsec_warden
|
||||
display_name = "beret, navy (warden)"
|
||||
path = /obj/item/clothing/head/beret/sec/navy/warden
|
||||
allowed_roles = list("Head of Security","Warden")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_WARDEN)
|
||||
|
||||
/datum/gear/head/beret/bsec_hos
|
||||
display_name = "beret, navy (hos)"
|
||||
path = /obj/item/clothing/head/beret/sec/navy/hos
|
||||
allowed_roles = list("Head of Security")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY)
|
||||
|
||||
/datum/gear/head/beret/csec_warden
|
||||
display_name = "beret, corporate (warden)"
|
||||
path = /obj/item/clothing/head/beret/sec/corporate/warden
|
||||
allowed_roles = list("Head of Security","Warden")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_WARDEN)
|
||||
|
||||
/datum/gear/head/beret/csec_hos
|
||||
display_name = "beret, corporate (hos)"
|
||||
path = /obj/item/clothing/head/beret/sec/corporate/hos
|
||||
allowed_roles = list("Head of Security")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY)
|
||||
|
||||
/datum/gear/head/beret/eng
|
||||
display_name = "beret, engie-orange"
|
||||
@@ -376,7 +376,7 @@
|
||||
/datum/gear/head/sec_hat_selector
|
||||
display_name = "Security - Basic Headwear"
|
||||
description = "Select from a range of hats available to all Security personnel."
|
||||
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY, JOB_WARDEN, JOB_DETECTIVE, JOB_SECURITY_OFFICER)
|
||||
path = /obj/item/clothing/head/soft/sec/corp
|
||||
|
||||
/datum/gear/head/sec_hat_selector/New()
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
/datum/gear/head/detective_alt
|
||||
display_name = "cyberscope headgear, detective"
|
||||
path = /obj/item/clothing/head/helmet/detective_alt
|
||||
allowed_roles = list("Head of Security", "Detective")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY, JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/head/bearpelt
|
||||
display_name = "animal pelt selection"
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
/datum/gear/shoes/boots/winter/security
|
||||
display_name = "security winter boots"
|
||||
path = /obj/item/clothing/shoes/boots/winter/security
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Detective")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER, JOB_HEAD_OF_SECURITY, JOB_WARDEN, JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/shoes/boots/winter/science
|
||||
display_name = "science winter boots"
|
||||
@@ -215,7 +215,7 @@
|
||||
/datum/gear/shoes/boots/winter/command
|
||||
display_name = "site manager's winter boots"
|
||||
path = /obj/item/clothing/shoes/boots/winter/command
|
||||
allowed_roles = list("Site Manager")
|
||||
allowed_roles = list(JOB_SITE_MANAGER)
|
||||
|
||||
/datum/gear/shoes/boots/winter/engineering
|
||||
display_name = "engineering winter boots"
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
/datum/gear/suit/roles/cloak_hos
|
||||
display_name = "cloak, head of security"
|
||||
path = /obj/item/clothing/accessory/poncho/roles/cloak/hos
|
||||
allowed_roles = list("Head of Security")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY)
|
||||
show_roles = FALSE
|
||||
cost = 1
|
||||
|
||||
@@ -291,14 +291,14 @@
|
||||
/datum/gear/suit/roles/cloak_captain
|
||||
display_name = "cloak, site manager"
|
||||
path = /obj/item/clothing/accessory/poncho/roles/cloak/captain
|
||||
allowed_roles = list("Site Manager")
|
||||
allowed_roles = list(JOB_SITE_MANAGER)
|
||||
show_roles = FALSE
|
||||
cost = 1
|
||||
|
||||
/datum/gear/suit/roles/cloak_hop
|
||||
display_name = "cloak, head of personnel"
|
||||
path = /obj/item/clothing/accessory/poncho/roles/cloak/hop
|
||||
allowed_roles = list("Head of Personnel")
|
||||
allowed_roles = list(JOB_HEAD_OF_PERSONNEL)
|
||||
show_roles = FALSE
|
||||
cost = 1
|
||||
|
||||
@@ -365,7 +365,7 @@
|
||||
/datum/gear/suit/forensics
|
||||
display_name = "forensics uniform selection"
|
||||
path = /obj/item/clothing/suit/storage/forensics/red/long
|
||||
allowed_roles = list("Detective")
|
||||
allowed_roles = list(JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/suit/forensics/New()
|
||||
..()
|
||||
@@ -386,7 +386,7 @@
|
||||
/datum/gear/suit/cargo_coat
|
||||
display_name = "coat, cargo tech"
|
||||
path = /obj/item/clothing/suit/storage/cargo
|
||||
allowed_roles = list("Quartermaster","Shaft Miner","Cargo Technician","Head of Personnel")
|
||||
allowed_roles = list("Quartermaster",JOB_SHAFT_MINER,"Cargo Technician",JOB_HEAD_OF_PERSONNEL)
|
||||
show_roles = FALSE
|
||||
|
||||
// winter coats go here
|
||||
@@ -397,25 +397,25 @@
|
||||
/datum/gear/suit/wintercoat/captain
|
||||
display_name = "winter coat, site manager"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/captain
|
||||
allowed_roles = list("Site Manager")
|
||||
allowed_roles = list(JOB_SITE_MANAGER)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/wintercoat/hop
|
||||
display_name = "winter coat, head of personnel"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/hop
|
||||
allowed_roles = list("Head of Personnel")
|
||||
allowed_roles = list(JOB_HEAD_OF_PERSONNEL)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/wintercoat/security
|
||||
display_name = "winter coat, security"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/security
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Detective")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER, JOB_HEAD_OF_SECURITY, JOB_WARDEN, JOB_DETECTIVE)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/wintercoat/security/hos
|
||||
display_name = "winter coat, head of security"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/security/hos
|
||||
allowed_roles = list("Head of Security")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/wintercoat/medical
|
||||
@@ -511,7 +511,7 @@
|
||||
/datum/gear/suit/wintercoat/miner
|
||||
display_name = "winter coat, mining"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/miner
|
||||
allowed_roles = list("Shaft Miner")
|
||||
allowed_roles = list(JOB_SHAFT_MINER)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/wintercoat/cargo/qm
|
||||
@@ -656,13 +656,13 @@
|
||||
/datum/gear/suit/snowsuit/command
|
||||
display_name = "snowsuit, command"
|
||||
path = /obj/item/clothing/suit/storage/snowsuit/command
|
||||
allowed_roles = list("Site Manager","Research Director","Head of Personnel","Head of Security","Chief Engineer","Command Secretary")
|
||||
allowed_roles = list(JOB_SITE_MANAGER,"Research Director",JOB_HEAD_OF_PERSONNEL,JOB_HEAD_OF_SECURITY,"Chief Engineer",JOB_COMMAND_SECRETARY)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/snowsuit/security
|
||||
display_name = "snowsuit, security"
|
||||
path = /obj/item/clothing/suit/storage/snowsuit/security
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Detective")
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER, JOB_HEAD_OF_SECURITY, JOB_WARDEN, JOB_DETECTIVE)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/snowsuit/medical
|
||||
@@ -686,7 +686,7 @@
|
||||
/datum/gear/suit/snowsuit/cargo
|
||||
display_name = "snowsuit, supply"
|
||||
path = /obj/item/clothing/suit/storage/snowsuit/cargo
|
||||
allowed_roles = list("Quartermaster","Shaft Miner","Cargo Technician","Head of Personnel")
|
||||
allowed_roles = list("Quartermaster",JOB_SHAFT_MINER,"Cargo Technician",JOB_HEAD_OF_PERSONNEL)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/miscellaneous/cardigan
|
||||
@@ -700,7 +700,7 @@
|
||||
/datum/gear/suit/cmddressjacket
|
||||
display_name = "command dress jacket"
|
||||
path = /obj/item/clothing/suit/storage/toggle/cmddressjacket
|
||||
allowed_roles = list("Site Manager", "Head of Personnel", "Command Secretary")
|
||||
allowed_roles = list(JOB_SITE_MANAGER, JOB_HEAD_OF_PERSONNEL, JOB_COMMAND_SECRETARY)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/miscellaneous/kimono
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
/datum/gear/suit/detective_alt
|
||||
display_name = "sleek modern coat selection"
|
||||
path = /obj/item/clothing/suit/storage/det_trench/alt
|
||||
allowed_roles = list("Head of Security", "Detective")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY, JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/suit/detective_alt/New()
|
||||
..()
|
||||
@@ -231,13 +231,13 @@ Talon winter coat
|
||||
/datum/gear/suit/roles/capboatcloak
|
||||
display_name = "boat cloak, site manager"
|
||||
path = /obj/item/clothing/accessory/poncho/roles/cloak/boat/cap
|
||||
allowed_roles = list("Site Manager")
|
||||
allowed_roles = list(JOB_SITE_MANAGER)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/roles/hopboatcloak
|
||||
display_name = "boat cloak, head of personnel"
|
||||
path = /obj/item/clothing/accessory/poncho/roles/cloak/boat/hop
|
||||
allowed_roles = list("Head of Personnel")
|
||||
allowed_roles = list(JOB_HEAD_OF_PERSONNEL)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/roles/boatcloaks
|
||||
@@ -269,13 +269,13 @@ Talon winter coat
|
||||
/datum/gear/suit/roles/capshroud
|
||||
display_name = "shroud, site manager"
|
||||
path = /obj/item/clothing/accessory/poncho/roles/cloak/shroud/cap
|
||||
allowed_roles = list("Site Manager")
|
||||
allowed_roles = list(JOB_SITE_MANAGER)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/roles/hopshroud
|
||||
display_name = "shroud, head of personnel"
|
||||
path = /obj/item/clothing/accessory/poncho/roles/cloak/shroud/hop
|
||||
allowed_roles = list("Head of Personnel")
|
||||
allowed_roles = list(JOB_HEAD_OF_PERSONNEL)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/roles/shrouds
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
//Command/Specific
|
||||
|
||||
/datum/gear/uniform/site_manager_selector
|
||||
display_name = "Command - Site Manager's Uniforms"
|
||||
description = "Select from a range of outfits available to all Site Managers, and Talon Captains."
|
||||
allowed_roles = list("Site Manager","Talon Captain")
|
||||
display_name = "Command - " + JOB_SITE_MANAGER + "'s Uniforms"
|
||||
description = "Select from a range of outfits available to all " + JOB_SITE_MANAGER + "s, and Talon Captains."
|
||||
allowed_roles = list(JOB_SITE_MANAGER,"Talon Captain")
|
||||
show_roles = FALSE
|
||||
path = /obj/item/clothing/under/rank/neo_captain
|
||||
sort_category = "Uniforms"
|
||||
@@ -51,9 +51,9 @@
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms))
|
||||
|
||||
/datum/gear/uniform/head_of_personnel_selector
|
||||
display_name = "Command - Head of Personnel's Uniforms"
|
||||
display_name = "Command - " + JOB_HEAD_OF_PERSONNEL + "'s Uniforms"
|
||||
description = "Select from a range of outfits available to all Heads of Personnel."
|
||||
allowed_roles = list("Head of Personnel")
|
||||
allowed_roles = list(JOB_HEAD_OF_PERSONNEL)
|
||||
show_roles = FALSE
|
||||
path = /obj/item/clothing/under/rank/neo_hop
|
||||
sort_category = "Uniforms"
|
||||
@@ -190,7 +190,7 @@
|
||||
/datum/gear/uniform/security_selector
|
||||
display_name = "Security - Basic Uniforms"
|
||||
description = "Select from a range of outfits available to all Security personnel."
|
||||
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer","Talon Guard")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY, JOB_WARDEN, JOB_DETECTIVE, JOB_SECURITY_OFFICER,"Talon Guard")
|
||||
show_roles = FALSE
|
||||
path = /obj/item/clothing/under/rank/security/corp
|
||||
sort_category = "Uniforms"
|
||||
@@ -234,9 +234,9 @@
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms))
|
||||
|
||||
/datum/gear/uniform/security_warden_selector
|
||||
display_name = "Security - Warden's Uniforms"
|
||||
display_name = "Security - "+ JOB_WARDEN + "'s Uniforms"
|
||||
description = "Select from a range of outfits available to Wardens."
|
||||
allowed_roles = list("Head of Security","Warden")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_WARDEN)
|
||||
show_roles = FALSE
|
||||
path = /obj/item/clothing/under/rank/warden/corp
|
||||
sort_category = "Uniforms"
|
||||
@@ -256,9 +256,9 @@
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms))
|
||||
|
||||
/datum/gear/uniform/security_detective_selector
|
||||
display_name = "Security - Detective's Uniforms"
|
||||
display_name = "Security - " + JOB_DETECTIVE + "'s Uniforms"
|
||||
description = "Select from a range of outfits available to all Detectives."
|
||||
allowed_roles = list("Head of Security","Detective")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_DETECTIVE)
|
||||
show_roles = FALSE
|
||||
path = /obj/item/clothing/under/det/corporate
|
||||
sort_category = "Uniforms"
|
||||
@@ -275,7 +275,7 @@
|
||||
/datum/gear/uniform/security_head_selector
|
||||
display_name = "Security - Head's Uniforms"
|
||||
description = "Select from a range of outfits available to all Heads of Security."
|
||||
allowed_roles = list("Head of Security")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY)
|
||||
show_roles = FALSE
|
||||
path = /obj/item/clothing/under/rank/head_of_security/corp
|
||||
sort_category = "Uniforms"
|
||||
@@ -347,7 +347,7 @@
|
||||
/datum/gear/uniform/cargo_general_selector
|
||||
display_name = "Cargo - Basic Uniforms"
|
||||
description = "Select from a range of outfits available to all Cargo personnel."
|
||||
allowed_roles = list("Cargo Technician","Shaft Miner","Quartermaster")
|
||||
allowed_roles = list("Cargo Technician",JOB_SHAFT_MINER,"Quartermaster")
|
||||
show_roles = FALSE
|
||||
path = /obj/item/clothing/under/rank/cargotech/jeans
|
||||
sort_category = "Uniforms"
|
||||
@@ -376,7 +376,7 @@
|
||||
/datum/gear/uniform/cargo_miner_selector
|
||||
display_name = "Cargo - Miner's Uniforms"
|
||||
description = "Select from a range of outfits available to all Mining personnel."
|
||||
allowed_roles = list("Shaft Miner","Quartermaster","Talon Miner")
|
||||
allowed_roles = list(JOB_SHAFT_MINER,"Quartermaster","Talon Miner")
|
||||
show_roles = FALSE
|
||||
path = /obj/item/clothing/under/rank/neo_miner
|
||||
sort_category = "Uniforms"
|
||||
|
||||
@@ -152,9 +152,9 @@
|
||||
path = /obj/item/clothing/under/scratch/skirt
|
||||
|
||||
/datum/gear/uniform/suit/detectiveskirt
|
||||
display_name = "suit, detective skirt (Detective)"
|
||||
display_name = "suit, detective skirt (" + JOB_DETECTIVE + ")"
|
||||
path = /obj/item/clothing/under/det/skirt
|
||||
allowed_roles = list("Detective")
|
||||
allowed_roles = list(JOB_DETECTIVE)
|
||||
|
||||
/datum/gear/uniform/suit/iaskirt
|
||||
display_name = "suit, Internal Affairs skirt (Internal Affairs)"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
/datum/gear/suit/job_fed/sec
|
||||
display_name = "fed uniform, sec"
|
||||
path = /obj/item/clothing/suit/storage/fluff/fedcoat
|
||||
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY, JOB_WARDEN, JOB_DETECTIVE, JOB_SECURITY_OFFICER)
|
||||
|
||||
/datum/gear/suit/job_fed/medsci
|
||||
display_name = "fed uniform, med/sci"
|
||||
@@ -31,10 +31,10 @@
|
||||
/datum/gear/suit/job_trek/ds9_coat
|
||||
display_name = "DS9 Overcoat (use uniform)"
|
||||
path = /obj/item/clothing/suit/storage/trek/ds9
|
||||
allowed_roles = list("Head of Security","Site Manager","Head of Personnel","Chief Engineer","Research Director",
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_SITE_MANAGER,JOB_HEAD_OF_PERSONNEL,"Chief Engineer","Research Director",
|
||||
"Chief Medical Officer","Medical Doctor","Chemist","Paramedic","Geneticist",
|
||||
"Scientist","Roboticist","Xenobiologist","Xenobotanist","Atmospheric Technician",
|
||||
"Engineer","Warden","Detective","Security Officer")
|
||||
"Engineer",JOB_WARDEN,JOB_DETECTIVE,JOB_SECURITY_OFFICER)
|
||||
|
||||
/*
|
||||
Swimsuits
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
/datum/gear/utility/dufflebag/sec
|
||||
display_name = "security Dufflebag"
|
||||
path = /obj/item/weapon/storage/backpack/dufflebag/sec
|
||||
allowed_roles = list("Head of Security","Warden","Detective","Security Officer")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_WARDEN,JOB_DETECTIVE,JOB_SECURITY_OFFICER)
|
||||
|
||||
/datum/gear/utility/dufflebag/eng
|
||||
display_name = "engineering dufflebag"
|
||||
|
||||
@@ -169,12 +169,12 @@
|
||||
/datum/gear/uniform/dept/undercoat/cap
|
||||
display_name = "site manager undercoat (Teshari)"
|
||||
path = /obj/item/clothing/under/teshari/undercoat/jobs/cap
|
||||
allowed_roles = list("Site Manager")
|
||||
allowed_roles = list(JOB_SITE_MANAGER)
|
||||
|
||||
/datum/gear/uniform/dept/undercoat/hop
|
||||
display_name = "head of personnel undercoat (Teshari)"
|
||||
path = /obj/item/clothing/under/teshari/undercoat/jobs/hop
|
||||
allowed_roles = list("Head of Personnel")
|
||||
allowed_roles = list(JOB_HEAD_OF_PERSONNEL)
|
||||
|
||||
/datum/gear/uniform/dept/undercoat/rd
|
||||
display_name = "research director undercoat (Teshari)"
|
||||
@@ -184,7 +184,7 @@
|
||||
/datum/gear/uniform/dept/undercoat/hos
|
||||
display_name = "head of security undercoat (Teshari)"
|
||||
path = /obj/item/clothing/under/teshari/undercoat/jobs/hos
|
||||
allowed_roles = list("Head of Security")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY)
|
||||
|
||||
/datum/gear/uniform/dept/undercoat/ce
|
||||
display_name = "chief engineer undercoat (Teshari)"
|
||||
@@ -204,22 +204,22 @@
|
||||
/datum/gear/uniform/dept/undercoat/cargo
|
||||
display_name = "cargo undercoat (Teshari)"
|
||||
path = /obj/item/clothing/under/teshari/undercoat/jobs/cargo
|
||||
allowed_roles = list("Cargo Technician","Quartermaster","Shaft Miner")
|
||||
allowed_roles = list("Cargo Technician","Quartermaster",JOB_SHAFT_MINER)
|
||||
|
||||
/datum/gear/uniform/dept/undercoat/mining
|
||||
display_name = "mining undercoat (Teshari)"
|
||||
path = /obj/item/clothing/under/teshari/undercoat/jobs/mining
|
||||
allowed_roles = list("Quartermaster","Shaft Miner")
|
||||
allowed_roles = list("Quartermaster",JOB_SHAFT_MINER)
|
||||
|
||||
/datum/gear/uniform/dept/undercoat/security
|
||||
display_name = "security undercoat (Teshari)"
|
||||
path = /obj/item/clothing/under/teshari/undercoat/jobs/sec
|
||||
allowed_roles = list("Head of Security","Detective","Warden","Security Officer",)
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_DETECTIVE,JOB_WARDEN,JOB_SECURITY_OFFICER)
|
||||
|
||||
/datum/gear/uniform/dept/undercoat/service
|
||||
display_name = "service undercoat (Teshari)"
|
||||
path = /obj/item/clothing/under/teshari/undercoat/jobs/service
|
||||
allowed_roles = list("Head of Personnel","Bartender","Botanist","Janitor","Chef","Librarian","Chaplain")
|
||||
allowed_roles = list(JOB_HEAD_OF_PERSONNEL,"Bartender","Botanist","Janitor","Chef","Librarian","Chaplain")
|
||||
|
||||
/datum/gear/uniform/dept/undercoat/engineer
|
||||
display_name = "engineering undercoat (Teshari)"
|
||||
@@ -278,12 +278,12 @@
|
||||
/datum/gear/suit/dept/cloak/cap
|
||||
display_name = "site manager cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/cloak/jobs
|
||||
allowed_roles = list("Site Manager")
|
||||
allowed_roles = list(JOB_SITE_MANAGER)
|
||||
|
||||
/datum/gear/suit/dept/cloak/hop
|
||||
display_name = "head of personnel cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/cloak/jobs/hop
|
||||
allowed_roles = list("Head of Personnel")
|
||||
allowed_roles = list(JOB_HEAD_OF_PERSONNEL)
|
||||
|
||||
/datum/gear/suit/dept/cloak/rd
|
||||
display_name = "research director cloak (Teshari)"
|
||||
@@ -293,7 +293,7 @@
|
||||
/datum/gear/suit/dept/cloak/hos
|
||||
display_name = "head of security cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/cloak/jobs/hos
|
||||
allowed_roles = list("Head of Security")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY)
|
||||
|
||||
/datum/gear/suit/dept/cloak/hos/New()
|
||||
..()
|
||||
@@ -345,7 +345,7 @@
|
||||
/datum/gear/suit/dept/cloak/cargo
|
||||
display_name = "cargo cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/cloak/jobs/cargo
|
||||
allowed_roles = list("Quartermaster","Shaft Miner","Cargo Technician")
|
||||
allowed_roles = list("Quartermaster",JOB_SHAFT_MINER,"Cargo Technician")
|
||||
|
||||
/datum/gear/suit/dept/cloak/cargo/New()
|
||||
..()
|
||||
@@ -358,7 +358,7 @@
|
||||
/datum/gear/suit/dept/cloak/mining
|
||||
display_name = "mining cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/cloak/jobs/mining
|
||||
allowed_roles = list("Quartermaster","Shaft Miner")
|
||||
allowed_roles = list("Quartermaster",JOB_SHAFT_MINER)
|
||||
|
||||
/datum/gear/suit/dept/cloak/mining/New()
|
||||
..()
|
||||
@@ -371,7 +371,7 @@
|
||||
/datum/gear/suit/dept/cloak/security
|
||||
display_name = "security cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/cloak/jobs/sec
|
||||
allowed_roles = list("Head of Security","Detective","Warden","Security Officer")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_DETECTIVE,JOB_WARDEN,JOB_SECURITY_OFFICER)
|
||||
|
||||
/datum/gear/suit/dept/cloak/security/New()
|
||||
..()
|
||||
@@ -384,7 +384,7 @@
|
||||
/datum/gear/suit/dept/cloak/service
|
||||
display_name = "service cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/cloak/jobs/service
|
||||
allowed_roles = list("Head of Personnel","Bartender","Botanist","Janitor","Chef","Librarian","Chaplain")
|
||||
allowed_roles = list(JOB_HEAD_OF_PERSONNEL,"Bartender","Botanist","Janitor","Chef","Librarian","Chaplain")
|
||||
|
||||
/datum/gear/suit/dept/cloak/service/New()
|
||||
..()
|
||||
@@ -553,7 +553,7 @@
|
||||
/datum/gear/suit/dept/beltcloak/wrdn
|
||||
display_name = "warden belted cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/wrdn
|
||||
allowed_roles = list("Head of Security","Warden")
|
||||
allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_WARDEN)
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/suit/dept/beltcloak/jani
|
||||
@@ -565,7 +565,7 @@
|
||||
/datum/gear/suit/dept/beltcloak/cmd
|
||||
display_name = "command belted cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/command
|
||||
allowed_roles = list("Site Manager","Head of Personnel","Head of Security","Chief Engineer","Chief Medical Officer","Research Director")
|
||||
allowed_roles = list(JOB_SITE_MANAGER,JOB_HEAD_OF_PERSONNEL,JOB_HEAD_OF_SECURITY,"Chief Engineer","Chief Medical Officer","Research Director")
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/suit/cloak_hood
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
description = "A comfortable official suit for altevian command officers."
|
||||
display_name = "altevian officer's suit selection, site manager"
|
||||
whitelisted = SPECIES_ALTEVIAN
|
||||
allowed_roles = list("Site Manager")
|
||||
allowed_roles = list(JOB_SITE_MANAGER)
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/suit/altevian_officer_suit/New()
|
||||
|
||||
Reference in New Issue
Block a user