Long Live The Keiretsu: Adds the Zeng-Hu seniority mask (#19333)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/9fa2017e-5ed4-4452-81ac-3cdd2997e328)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/0226f988-ba7e-4bec-b8d4-9f1bf50e4d75)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/6324c440-b345-441d-b4ae-bf474a2df2ba)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/b30c74e4-8c10-450b-a1c4-06cfa406fa1f)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/ee830ef5-d340-4fc7-b612-262129517f09)
As most who are aware of the veterancy plate know, it currently covers
the _entire_ front of the face, making it seem impractical (if not
physiologically incompatible) and the butt of many jokes. This PR adds a
less invasive alternative, makes both a variant of the integrated
medical HUD to make it more practical, and adds unique versions for
Vaurca Workers/Warriors, Bulwarks, and Skrell.
This commit is contained in:
feartheblackout
2024-06-18 14:32:24 -05:00
committed by GitHub
parent 92c3ec6caf
commit d8d7c80596
8 changed files with 82 additions and 7 deletions
@@ -1,9 +1,18 @@
/obj/item/organ/internal/augment/zenghu_plate
/obj/item/organ/internal/augment/eye_sensors/medical/zenghu_plate
name = "zeng-hu veterancy plate"
desc = "A clear sign of Zeng-Hu's best, this plate bearing the company's symbol is installed on those who prove themselves in the hyper-competitive environment."
icon_state = "zenghu_plate"
on_mob_icon = 'icons/mob/human_races/augments_external.dmi'
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/augments_external.dmi'
BODYTYPE_VAURCA = 'icons/mob/species/vaurca/augments_external.dmi'
)
/obj/item/organ/internal/augment/eye_sensors/medical/zenghu_plate/mask
name = "zeng-hu seniority mask"
desc = "A clear sign of Zeng-Hu's best, this mask bearing the company's symbol is installed on those who prove themselves in the hyper-competitive environment. Though a step down from the veterancy plate in terms of experience requirements, the mask is often opted for over its counterpart as a less invasive augmentation option."
icon_state = "zenghu_mask"
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/augments_external.dmi',
BODYTYPE_VAURCA = 'icons/mob/species/vaurca/augments_external.dmi',
BODYTYPE_SKRELL = 'icons/mob/species/skrell/augments_external.dmi'
)
parent_organ = BP_HEAD