mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Adds the rest of the navy blue uniforms and jacket to the custom loadout (#4088)
Since the navy security officer jumpsuit is already there, this adds the rest of the items, with the matching jackets.
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
/datum/gear/suit/hazard_vest
|
||||
display_name = "hazard vest selection"
|
||||
path = /obj/item/clothing/suit/storage/hazardvest
|
||||
|
||||
|
||||
/datum/gear/suit/hazard_vest/New()
|
||||
..()
|
||||
..()
|
||||
var/hazard = list()
|
||||
hazard["hazard vest, orange"] = /obj/item/clothing/suit/storage/hazardvest
|
||||
hazard["hazard vest, blue"] = /obj/item/clothing/suit/storage/hazardvest/blue
|
||||
@@ -67,7 +67,7 @@
|
||||
display_name = "overalls"
|
||||
path = /obj/item/clothing/suit/apron/overalls
|
||||
cost = 1
|
||||
|
||||
|
||||
/datum/gear/suit/surgeryapron
|
||||
display_name = "surgical apron"
|
||||
path = /obj/item/clothing/suit/apron/surgery
|
||||
@@ -96,11 +96,11 @@
|
||||
/datum/gear/suit/purple_lawyer_jacket
|
||||
display_name = "suit jacket, purple"
|
||||
path = /obj/item/clothing/suit/storage/lawyer/purpjacket
|
||||
|
||||
|
||||
/datum/gear/suit/trenchcoat
|
||||
display_name = "trenchcoat, brown"
|
||||
path = /obj/item/clothing/suit/storage/trench
|
||||
|
||||
|
||||
/datum/gear/suit/trenchcoatgrey
|
||||
display_name = "trenchcoat, grey"
|
||||
path = /obj/item/clothing/suit/storage/trench/grey
|
||||
@@ -158,3 +158,18 @@
|
||||
display_name = "winter coat, mining"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/miner
|
||||
allowed_roles = list("Quartermaster", "Head of Personnel", "Shaft Miner")
|
||||
|
||||
/datum/gear/suit/secjacket
|
||||
display_name = "navy security jacket (Security Officer)"
|
||||
path = /obj/item/clothing/suit/security/navyofficer
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden")
|
||||
|
||||
/datum/gear/suit/secjacketwarden
|
||||
display_name = "navy security jacket (Warden)"
|
||||
path = /obj/item/clothing/suit/security/navyofficer
|
||||
allowed_roles = list("Head of Security", "Warden")
|
||||
|
||||
/datum/gear/suit/secjackethos
|
||||
display_name = "navy security jacket (Head of Security)"
|
||||
path = /obj/item/clothing/suit/security/navyhos
|
||||
allowed_roles = list("Head of Security")
|
||||
@@ -135,9 +135,19 @@
|
||||
allowed_roles = list("Head of Personnel")
|
||||
|
||||
/datum/gear/uniform/navysecsuit
|
||||
display_name = "uniform, navyblue (Security)"
|
||||
display_name = "uniform, navyblue (Security Officer)"
|
||||
path = /obj/item/clothing/under/rank/security/navyblue
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Security Cadet")
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden")
|
||||
|
||||
/datum/gear/uniform/navysecsuit_warden
|
||||
display_name = "uniform, navyblue (Warden)"
|
||||
path = /obj/item/clothing/under/rank/warden/navyblue
|
||||
allowed_roles = list("Head of Security", "Warden")
|
||||
|
||||
/datum/gear/uniform/navysecsuit_hos
|
||||
display_name = "uniform, navyblue (Head of Security)"
|
||||
path = /obj/item/clothing/under/rank/head_of_security/navyblue
|
||||
allowed_roles = list("Head of Security")
|
||||
|
||||
/datum/gear/uniform/pants
|
||||
display_name = "pants selection"
|
||||
|
||||
Reference in New Issue
Block a user