mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Splits the integrated HUD sensors augment into an integrated security HUD and integrated medical HUD augment. (#12446)
This commit is contained in:
@@ -9,12 +9,19 @@
|
||||
flags = GEAR_NO_SELECTION
|
||||
|
||||
/datum/gear/augment/eye_sensors
|
||||
display_name = "integrated eye sensors"
|
||||
display_name = "integrated eye sensors selection"
|
||||
description = "An eye augment that allows the user to deploy medical or security sensors."
|
||||
path = /obj/item/organ/internal/augment/eye_sensors
|
||||
cost = 3
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI, SPECIES_UNATHI, SPECIES_SKRELL, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR)
|
||||
|
||||
/datum/gear/augment/eye_sensors/New()
|
||||
..()
|
||||
var/list/sensors = list()
|
||||
sensors["eye sensors, security"] = /obj/item/organ/internal/augment/eye_sensors/security
|
||||
sensors["eye sensors, medical"] = /obj/item/organ/internal/augment/eye_sensors/medical
|
||||
gear_tweaks += new /datum/gear_tweak/path(sensors)
|
||||
|
||||
/datum/gear/augment/cyber_hair
|
||||
display_name = "synthetic hair extensions"
|
||||
description = "A hair augment that allows the user to change the shape and color of their hair."
|
||||
|
||||
Reference in New Issue
Block a user