Ve'katak Phalanx Uniforms (#17114)

* more pmcg drip

* minor tweak

* no more epmc, cuts down vekatak uniforms signifiantly

* medical sprite fix

* Update code/modules/clothing/factions/pmcg.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* new sprites just dropped

* guh

* changes the medical sprites, again

* less clashing pmcg highlights

* Remove Leftover Whitespaces

* adds pmcg highlights to medical uniforms

* changes medic desc to match new colors

* re-adds leg highlights: now slightly better

* never mind, knee stripes look like shit

---------

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
RustingWithYou
2023-08-23 02:13:29 +12:00
committed by GitHub
parent 82c3183237
commit a167ccfeef
5 changed files with 57 additions and 2 deletions
@@ -374,6 +374,7 @@
pmcg_sec_uniforms["EPMC detective uniform"] = /obj/item/clothing/under/det/pmc/alt
pmcg_sec_uniforms["wildlands squadron uniform"] = /obj/item/clothing/under/rank/security/pmc/wildlands_squadron
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
gear_tweaks += new /datum/gear_tweak/path(pmcg_sec_uniforms)
/datum/gear/faction/erisec_patch
@@ -436,6 +437,7 @@
epmc_uniform_fr_med["EPMC first responder uniform"] = /obj/item/clothing/under/rank/medical/first_responder/pmc/epmc
epmc_uniform_fr_med["PMCG first responder uniform, alt"] = /obj/item/clothing/under/rank/medical/first_responder/pmc/alt
epmc_uniform_fr_med["Sekhmet Intergalactic first responder uniform"] = /obj/item/clothing/under/rank/medical/first_responder/pmc/sekh
epmc_uniform_fr_med["Ve'katak Phalanx first responder uniform"] = /obj/item/clothing/under/rank/medical/first_responder/pmc/vekatak_phalanx
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_fr_med)
//Zeng-Hu
+14 -2
View File
@@ -64,13 +64,25 @@
/obj/item/clothing/under/rank/security/pmc/wildlands_squadron
name = "wildlands squadron uniform"
desc = "A set of uniform fatigues used by employees of the Wildlands Squadron, a Private Military Contracting Group subsidiary. The original design is remarkably similar to the Mictlan System Defense Force's uniform, of which many of the original members of the Wildlands Squadron were members."
icon = 'icons/obj/item/clothing/department_uniforms/security.dmi'
icon_state = "pmc_ws"
item_state = "pmc_ws"
/obj/item/clothing/under/rank/security/pmc/dagamuir_freewater
name = "\improper Dagamuir Freewater Private Forces uniform"
desc = "An Unathi-style uniform used by the mercenaries of Dagamuir Freewater Private Forces, an Unathi-run PMCG subsidiary. The chest and back are emblazoned with a stylised red and golden eye, once the emblem of the Dagamuir clan."
icon = 'icons/obj/item/clothing/department_uniforms/security.dmi'
icon_state = "pmc_dpf"
item_state = "pmc_dpf"
/obj/item/clothing/under/rank/security/pmc/vekatak_phalanx
name = "\improper Ve'katak Phalanx security uniform"
desc = "A uniform used by the forces of the Ve'katak Phalanx, a Vaurca-run private military company. This one has the standard red shoulder stripes, as well as pale blue ornamentation, identifying it as belonging to a Phalanx member in the employ of the Private Military Contracting Group."
desc_extended = "These uniforms are designed to fit under the combat hardsuits favored by the Phalanx. They are utilitarian in design, and reportedly somewhat uncomfortable - though few of the non-Vaurcae bold enough to join Ve'katak seem to complain."
icon_state = "phalanx-sec-jumpsuit"
item_state = "phalanx-sec-jumpsuit"
/obj/item/clothing/under/rank/medical/first_responder/pmc/vekatak_phalanx
name = "\improper Ve'katak Phalanx medical uniform"
desc = "A uniform used by the forces of the Ve'katak Phalanx, a Vaurca-run private military company. This one has dark blue shoulder stripes and ornamentation, identifying it as belonging to a Phalanx medic in the employ of the Private Military Contracting Group."
desc_extended = "These uniforms are designed to fit under the combat hardsuits favored by the Phalanx. They are utilitarian in design, and reportedly somewhat uncomfortable - though few of the non-Vaurcae bold enough to join Ve'katak seem to complain."
icon_state = "phalanx-med_jumpsuit"
item_state = "phalanx-med_jumpsuit"