mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Adds Grupo Amapola Uniforms to Medical and Desc Fix (#22710)
- rscadd: "Adds Grupo Amapola uniforms to the medical selections." - bugfix: "Fixes Grupo Amapola description."
This commit is contained in:
@@ -526,8 +526,9 @@ 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
|
||||
epmc_uniform_phys_med["Nexus Corporate Security medic uniform"] = /obj/item/clothing/under/rank/medical/pmc/nexus
|
||||
epmc_uniform_phys_med["Grupo Amapola uniform"] = /obj/item/clothing/under/rank/medical/pmc/grupo_amapola
|
||||
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_phys_med)
|
||||
|
||||
/datum/gear/faction/epmc_uniform_pharm_med
|
||||
@@ -596,6 +597,7 @@ GLOBAL_DATUM_INIT(gear_tweak_modsuit_configuration, /datum/gear_tweak/modsuit_co
|
||||
epmc_uniform_para_med["Sekhmet Intergalactic paramedic uniform"] = /obj/item/clothing/under/rank/medical/paramedic/pmc/sekh
|
||||
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
|
||||
epmc_uniform_para_med["Grupo Amapola uniform"] = /obj/item/clothing/under/rank/medical/pmc/grupo_amapola
|
||||
gear_tweaks += new /datum/gear_tweak/path(epmc_uniform_para_med)
|
||||
|
||||
/datum/gear/faction/wildlands_flagpatches
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
|
||||
/obj/item/clothing/under/rank/security/pmc/grupo_amapola
|
||||
name = "Grupo Amapola uniform"
|
||||
desc = "A uniform used by the forces of the Grupo Amapola, a private military company originating out of Mictlan. It is based off the old uniforms of the Mictlan Defense Force, a once-Solarian planetary guard, with red poppy patches on the back and right arm."
|
||||
desc = "A uniform used by the forces of the Grupo Amapola, a private military company originating out of Mictlan. It is based off the old uniforms of the Mictlan Defense Force, a once-Solarian planetary guard, with red poppy patches on the back and arm."
|
||||
desc_extended = "The Grupo Amapola's light green camo is taken from old uniforms of the Mictlan Defense Force, the same uniforms used by the insurgents known as the Samaritans. Many MDF service personnel defected to the Samaritans, and after the fighting between the Tau Ceti Armed Forces and Samaritans ended, the less scrupulous among their number now work for Grupo Amapola."
|
||||
icon = 'icons/obj/item/clothing/department_uniforms/security.dmi'
|
||||
icon_state = "amapola_ftg"
|
||||
@@ -164,6 +164,15 @@
|
||||
item_state = "kog_medical"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/under/rank/medical/pmc/grupo_amapola
|
||||
name = "Grupo Amapola uniform"
|
||||
desc = "A uniform used by the forces of the Grupo Amapola, a private military company originating out of Mictlan. It is based off the old uniforms of the Mictlan Defense Force, a once-Solarian planetary guard, with red poppy patches on the back and arm."
|
||||
desc_extended = "The Grupo Amapola's light green camo is taken from old uniforms of the Mictlan Defense Force, the same uniforms used by the insurgents known as the Samaritans. Many MDF service personnel defected to the Samaritans, and after the fighting between the Tau Ceti Armed Forces and Samaritans ended, the less scrupulous among their number now work for Grupo Amapola."
|
||||
icon = 'icons/obj/item/clothing/department_uniforms/medical.dmi'
|
||||
icon_state = "amapola_ftg"
|
||||
item_state = "amapola_ftg"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/armor/kog/
|
||||
icon = 'icons/obj/item/clothing/department_uniforms/security.dmi'
|
||||
contained_sprite = TRUE
|
||||
|
||||
Reference in New Issue
Block a user