mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-10 23:47:08 +01:00
Adds missing PMCG alt uniforms. (#14934)
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
faction = "Private Military Contracting Group"
|
||||
|
||||
/datum/gear/faction/pmcg_sec_uniforms
|
||||
display_name = "EPMC security uniform selection"
|
||||
display_name = "PMCG/EPMC security uniform selection"
|
||||
description = "A selection of PMCG and EPMC security uniforms."
|
||||
path = /obj/item/clothing/under/rank/security/pmc/epmc
|
||||
slot = slot_w_uniform
|
||||
@@ -249,6 +249,8 @@
|
||||
/datum/gear/faction/pmcg_sec_uniforms/New()
|
||||
..()
|
||||
var/list/pmcg_sec_uniforms = list()
|
||||
pmcg_sec_uniforms["PMCG uniform"] = /obj/item/clothing/under/rank/security/pmc/pmcsec
|
||||
pmcg_sec_uniforms["PMCG uniform, alt"] = /obj/item/clothing/under/rank/security/pmc/pmcsec/alt
|
||||
pmcg_sec_uniforms["EPMC uniform"] = /obj/item/clothing/under/rank/security/pmc/epmc
|
||||
pmcg_sec_uniforms["EPMC uniform, alt"] = /obj/item/clothing/under/rank/security/pmc/epmc/alt
|
||||
pmcg_sec_uniforms["EPMC detective uniform"] = /obj/item/clothing/under/det/pmc/alt
|
||||
@@ -259,7 +261,7 @@
|
||||
path = /obj/item/clothing/accessory/sleevepatch/erisec
|
||||
slot = slot_tie
|
||||
faction = "Private Military Contracting Group"
|
||||
|
||||
|
||||
/datum/gear/faction/pmc_patch
|
||||
display_name = "PMCG armband"
|
||||
path = /obj/item/clothing/accessory/armband/pmc
|
||||
|
||||
Reference in New Issue
Block a user