mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user