mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Long Live The Keiretsu: Adds the Zeng-Hu seniority mask (#19333)
     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:
@@ -187,14 +187,21 @@
|
||||
cost = 3
|
||||
allowed_roles = list("Physician", "Surgeon", "Chief Medical Officer", "Pharmacist", "Paramedic", "Psychiatrist", "Medical Intern", "Corporate Liaison", "Research Director","Scientist", "Xenobiologist", "Xenobotanist", "Xenoarchaeologist", "Lab Assistant", "Assistant", "Off-Duty Crew Member", "Corporate Reporter", "Captain", "Bridge Crew", "Medical Personnel", "Science Personnel")
|
||||
|
||||
/datum/gear/augment/zenghu_plate
|
||||
display_name = "zeng-hu veterancy plate"
|
||||
description = "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"
|
||||
path = /obj/item/organ/internal/augment/zenghu_plate
|
||||
/datum/gear/augment/zenghu_mask
|
||||
display_name = "zeng-hu facial augment selection"
|
||||
description = "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."
|
||||
path = /obj/item/organ/internal/augment/eye_sensors/medical/zenghu_plate
|
||||
whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
|
||||
faction = "Zeng-Hu Pharmaceuticals"
|
||||
allowed_roles = list("Physician", "Surgeon", "Chief Medical Officer", "Pharmacist", "Paramedic", "Psychiatrist", "Medical Intern", "Corporate Liaison", "Research Director","Scientist", "Xenobiologist", "Xenobotanist", "Xenoarchaeologist", "Lab Assistant", "Assistant", "Off-Duty Crew Member", "Corporate Reporter", "Captain", "Bridge Crew", "Medical Personnel", "Science Personnel")
|
||||
|
||||
/datum/gear/augment/zenghu_mask/New()
|
||||
..()
|
||||
var/list/masks = list()
|
||||
masks["zeng-hu veterancy plate"] = /obj/item/organ/internal/augment/eye_sensors/medical/zenghu_plate
|
||||
masks["zeng-hu seniority mask"] = /obj/item/organ/internal/augment/eye_sensors/medical/zenghu_plate/mask
|
||||
gear_tweaks += new /datum/gear_tweak/path(masks)
|
||||
|
||||
/datum/gear/augment/corrective_lenses
|
||||
display_name = "retractable corrective lenses"
|
||||
description = "A set of corrective lenses that can be deployed & retracted."
|
||||
|
||||
Reference in New Issue
Block a user