mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user