mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Some Augments (#11492)
This commit is contained in:
@@ -126,6 +126,17 @@
|
||||
/obj/item/organ/internal/augment/tool/combitool/left
|
||||
parent_organ = BP_L_HAND
|
||||
|
||||
/obj/item/organ/internal/augment/tool/combitool/lighter
|
||||
name = "integrated lighter"
|
||||
icon_state = "lighter-aug"
|
||||
action_button_name = "Deploy Lighter"
|
||||
action_button_icon = "lighter-aug"
|
||||
organ_tag = BP_AUG_LIGHTER
|
||||
augment_type = /obj/item/flame/lighter/zippo/augment
|
||||
|
||||
/obj/item/organ/internal/augment/tool/combitool/lighter/left
|
||||
parent_organ = BP_L_HAND
|
||||
|
||||
/obj/item/organ/internal/augment/health_scanner
|
||||
name = "integrated health scanner"
|
||||
action_button_name = "Activate Health Scanner"
|
||||
@@ -391,6 +402,26 @@
|
||||
/obj/item/organ/internal/augment/gustatorial/hand/left
|
||||
parent_organ = BP_L_HAND
|
||||
|
||||
/obj/item/organ/internal/augment/synthetic_cords
|
||||
name = "synthetic vocal cords"
|
||||
desc = "An array of vocal cords loaded into an augment kit, allowing easy installation by a skilled technician."
|
||||
organ_tag = BP_AUG_CORDS
|
||||
parent_organ = BP_HEAD
|
||||
|
||||
/obj/item/organ/internal/augment/synthetic_cords/replaced(var/mob/living/carbon/human/target, obj/item/organ/external/affected)
|
||||
. = ..()
|
||||
target.sdisabilities &= ~MUTE
|
||||
|
||||
/obj/item/organ/internal/augment/synthetic_cords/removed(var/mob/living/carbon/human/target, mob/living/user)
|
||||
target.sdisabilities |= MUTE
|
||||
..()
|
||||
|
||||
/obj/item/organ/internal/augment/cochlear
|
||||
name = "cochlear implant"
|
||||
desc = "A synthetic replacement for the structures within the ear, allowing the user to hear without requiring external tools."
|
||||
organ_tag = BP_AUG_COCHLEAR
|
||||
parent_organ = BP_HEAD
|
||||
|
||||
// Snakebitten!
|
||||
/obj/item/organ/internal/augment/psi
|
||||
name = "psionic receiver"
|
||||
@@ -558,4 +589,4 @@
|
||||
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'
|
||||
parent_organ = BP_HEAD
|
||||
parent_organ = BP_HEAD
|
||||
|
||||
Reference in New Issue
Block a user