dual hearing aids in loadout + hearing aid case (#21349)

Adds a new hearing aid case item, capable of holding a pair of hearing
aids. This is added to the hearing aid selection in the loadout,
allowing you to start with a pair of hearing aids.
(also adds names to each of the hearing aid types)
This commit is contained in:
Greenjoe12345
2025-09-15 13:01:09 +01:00
committed by GitHub
parent b0a334e1b8
commit d7ef4cba68
4 changed files with 91 additions and 1 deletions
@@ -32,6 +32,7 @@
/datum/gear/ears/hearing_aid
display_name = "hearing aid selection"
description = "A selection of hearing aids. If you select a pair, you should pick a wristbound or clip-on radio to keep both ears free for the hearing aids."
path = /obj/item/device/hearing_aid
cost = 1
@@ -43,4 +44,9 @@
hearingaids["hearing aid, silver"] = /obj/item/device/hearing_aid/silver
hearingaids["hearing aid, white"] = /obj/item/device/hearing_aid/white
hearingaids["hearing aid, skrellian"] = /obj/item/device/hearing_aid/skrell
hearingaids["hearing aid pair, black"] = /obj/item/storage/hearing_aid_case/black
hearingaids["hearing aid pair, grey"] = /obj/item/storage/hearing_aid_case
hearingaids["hearing aid pair, silver"] = /obj/item/storage/hearing_aid_case/silver
hearingaids["hearing aid pair, white"] = /obj/item/storage/hearing_aid_case/white
hearingaids["hearing aid pair, skrellian"] = /obj/item/storage/hearing_aid_case/skrell
gear_tweaks += new /datum/gear_tweak/path(hearingaids)