Ve'Katak Phalanx Uniforms (#21423)

Adds 1 new uniform for the Ve'katak Phalanx; the squad leader uniform,
intended exclusively for future off-ship use.
Credit to @RustingWithYou for the original sprites

Standardises the Ve'katak security and medical uniforms with both
existing and new variants.
Credit to @RustingWithYou for the original sprites, tweaks by @GMR25

Allows the Ve'katak medical uniform to be taken by physicians.
This commit is contained in:
senorsapo
2025-10-05 20:55:28 -03:00
committed by GitHub
parent b3b4f4b9c6
commit 9d0dc36b34
6 changed files with 79 additions and 11 deletions
@@ -530,6 +530,7 @@ GLOBAL_DATUM_INIT(gear_tweak_modsuit_configuration, /datum/gear_tweak/modsuit_co
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
epmc_uniform_phys_med["Ve'katak Phalanx medical uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/vekatak_phalanx
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_phys_med)
/datum/gear/faction/epmc_uniform_pharm_med
@@ -596,7 +597,7 @@ GLOBAL_DATUM_INIT(gear_tweak_modsuit_configuration, /datum/gear_tweak/modsuit_co
epmc_uniform_para_med["EPMC paramedic uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/epmc
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["Ve'katak Phalanx medical 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)