Adds missing PMCG alt uniforms. (#14934)

This commit is contained in:
Wowzewow (Wezzy)
2022-10-18 03:29:34 +08:00
committed by GitHub
parent 3fa8e735a0
commit 541d6a21cc
3 changed files with 54 additions and 2 deletions
@@ -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