[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)

This has zero reason to exist in our code base. We have no procs or
variables tied to this. I removed it to make future modifications
cleaner.

---------

Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
Cody Brittain
2026-02-01 05:14:26 +00:00
committed by GitHub
parent 75424095ac
commit 3f62424312
857 changed files with 8690 additions and 8599 deletions
@@ -33,17 +33,17 @@
/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
path = /obj/item/hearing_aid
cost = 1
/datum/gear/ears/hearing_aid/New()
..()
var/list/hearingaids = list()
hearingaids["hearing aid, black"] = /obj/item/device/hearing_aid/black
hearingaids["hearing aid, grey"] = /obj/item/device/hearing_aid
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, black"] = /obj/item/hearing_aid/black
hearingaids["hearing aid, grey"] = /obj/item/hearing_aid
hearingaids["hearing aid, silver"] = /obj/item/hearing_aid/silver
hearingaids["hearing aid, white"] = /obj/item/hearing_aid/white
hearingaids["hearing aid, skrellian"] = /obj/item/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