mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Adds uniforms for Nexus Corporate Security (#19925)
This PR adds three new uniforms meant to be worn by NCS employees, one for security, one for paramedics and one for medics. In addition, it also adds a labcoat which can be picked by anyone.  
This commit is contained in:
@@ -310,6 +310,7 @@
|
||||
pmc_labcoats["PMCG labcoat, alt"] = /obj/item/clothing/suit/storage/toggle/labcoat/pmc/alt
|
||||
pmc_labcoats["PMCG labcoat, long"] = /obj/item/clothing/suit/storage/toggle/longcoat/pmc
|
||||
pmc_labcoats["EPMC labcoat"] = /obj/item/clothing/suit/storage/toggle/labcoat/epmc
|
||||
pmc_labcoats["Nexus longcoat"] = /obj/item/clothing/suit/storage/toggle/labcoat/nexus
|
||||
pmc_labcoats["PMCG corporate jacket"] = /obj/item/clothing/suit/storage/toggle/corp/pmc
|
||||
pmc_labcoats["EPMC corporate jacket"] = /obj/item/clothing/suit/storage/toggle/corp/pmc/alt
|
||||
pmc_labcoats["PMCG winter coat"] = /obj/item/clothing/suit/storage/hooded/wintercoat/pmc
|
||||
@@ -378,6 +379,7 @@
|
||||
pmcg_sec_uniforms["Dagamuir Freewater uniform"] = /obj/item/clothing/under/rank/security/pmc/dagamuir_freewater
|
||||
pmcg_sec_uniforms["Ve'katak Phalanx uniform"] = /obj/item/clothing/under/rank/security/pmc/vekatak_phalanx
|
||||
pmcg_sec_uniforms["Grupo Amapola uniform"] = /obj/item/clothing/under/rank/security/pmc/grupo_amapola
|
||||
pmcg_sec_uniforms["Nexus Corporate uniform"] = /obj/item/clothing/under/rank/security/pmc/nexus
|
||||
gear_tweaks += new /datum/gear_tweak/path(pmcg_sec_uniforms)
|
||||
gear_tweaks += list(gear_tweak_uniform_rolled_state)
|
||||
|
||||
@@ -407,6 +409,13 @@
|
||||
faction = "Private Military Contracting Group"
|
||||
allowed_roles = list("Physician", "Medical Personnel")
|
||||
|
||||
/datum/gear/faction/epmc_uniform_phys_med/New()
|
||||
..()
|
||||
var/list/epmc_uniform_phys_med = list()
|
||||
epmc_uniform_phys_med["PMCG physician uniform"] = /obj/item/clothing/under/rank/medical/pmc/alt
|
||||
epmc_uniform_phys_med["Nexus Corporate Security medic uniform"] = /obj/item/clothing/under/rank/medical/pmc/nexus
|
||||
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_phys_med)
|
||||
|
||||
/datum/gear/faction/epmc_uniform_pharm_med
|
||||
display_name = "PMCG pharmacist uniform"
|
||||
path = /obj/item/clothing/under/rank/medical/pharmacist/pmc/alt
|
||||
@@ -414,6 +423,13 @@
|
||||
faction = "Private Military Contracting Group"
|
||||
allowed_roles = list("Pharmacist", "Medical Personnel")
|
||||
|
||||
/datum/gear/faction/epmc_uniform_pharm_med/New()
|
||||
..()
|
||||
var/list/epmc_uniform_pharm_med = list()
|
||||
epmc_uniform_pharm_med["PMCG pharmacist uniform"] = /obj/item/clothing/under/rank/medical/pharmacist/pmc/alt
|
||||
epmc_uniform_pharm_med["Nexus Corporate Security medic uniform"] = /obj/item/clothing/under/rank/medical/pmc/nexus
|
||||
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_pharm_med)
|
||||
|
||||
/datum/gear/faction/epmc_uniform_psych_med
|
||||
display_name = "PMCG psychiatrist uniform"
|
||||
path = /obj/item/clothing/under/rank/medical/psych/pmc/alt
|
||||
@@ -421,6 +437,13 @@
|
||||
faction = "Private Military Contracting Group"
|
||||
allowed_roles = list("Psychiatrist", "Medical Personnel")
|
||||
|
||||
/datum/gear/faction/epmc_uniform_psych_med/New()
|
||||
..()
|
||||
var/list/epmc_uniform_psych_med = list()
|
||||
epmc_uniform_psych_med["PMCG psychiatrist uniform"] = /obj/item/clothing/under/rank/medical/psych/pmc/alt
|
||||
epmc_uniform_psych_med["Nexus Corporate Security medic uniform"] = /obj/item/clothing/under/rank/medical/pmc/nexus
|
||||
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_psych_med)
|
||||
|
||||
/datum/gear/faction/epmc_uniform_intern_med
|
||||
display_name = "PMCG medical intern uniform"
|
||||
path = /obj/item/clothing/under/rank/medical/intern/pmc/alt
|
||||
@@ -442,6 +465,7 @@
|
||||
epmc_uniform_para_med["PMCG paramedic uniform, alt"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/alt
|
||||
epmc_uniform_para_med["Sekhmet Intergalactic paramedic uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/sekh
|
||||
epmc_uniform_para_med["Ve'katak Phalanx paramedic uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/vekatak_phalanx
|
||||
epmc_uniform_para_med["Nexus Corporate Security paramedic uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/nexus
|
||||
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_para_med)
|
||||
|
||||
/datum/gear/faction/wildlands_flagpatches
|
||||
|
||||
Reference in New Issue
Block a user