A new type of cybernetic ear, volume-adjusting ears. Also changes the stats of the basic and regular cybernetic ears for consistency (#93362)

This commit is contained in:
Fghj240
2025-10-11 09:10:53 +11:00
committed by GitHub
parent 14f67c518a
commit dac24540ec
4 changed files with 29 additions and 3 deletions
@@ -224,15 +224,15 @@
name = "basic cybernetic ears"
icon_state = "ears-c"
desc = "A basic cybernetic organ designed to mimic the operation of ears."
damage_multiplier = 0.9
damage_multiplier = 1.2
organ_flags = ORGAN_ROBOTIC
failing_desc = "seems to be broken."
/obj/item/organ/ears/cybernetic/upgraded
name = "cybernetic ears"
icon_state = "ears-c-u"
desc = "An advanced cybernetic ear, surpassing the performance of organic ears."
damage_multiplier = 0.5
desc = "A cybernetic ear, surpassing the performance of organic ears."
damage_multiplier = 0.75
/obj/item/organ/ears/cybernetic/whisper
name = "whisper-sensitive cybernetic ears"
@@ -251,6 +251,13 @@
. = ..()
REMOVE_TRAIT(ear_owner, TRAIT_GOOD_HEARING, ORGAN_TRAIT)
/obj/item/organ/ears/cybernetic/volume
name = "volume-adjusting cybernetic ears"
icon_state = "ears-c-u"
desc = "Advanced cybernetic ears capable of dampening loud noises to protect their user."
bang_protect = 1
damage_multiplier = 0.5
// "X-ray ears" that let you hear through walls
/obj/item/organ/ears/cybernetic/xray
name = "wall-penetrating cybernetic ears"