[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
+4 -4
View File
@@ -78,7 +78,7 @@
description = "A trumpet for those triumphant tooting sessions."
price = 300
items = list(
/obj/item/device/synthesized_instrument/trumpet
/obj/item/synthesized_instrument/trumpet
)
access = 0
container_type = "crate"
@@ -92,7 +92,7 @@
description = "An acoustic guitar for those balcony serenades."
price = 190
items = list(
/obj/item/device/synthesized_instrument/guitar
/obj/item/synthesized_instrument/guitar
)
access = 0
container_type = "crate"
@@ -106,7 +106,7 @@
description = "A wooden musical instrument with four strings and a bow."
price = 250
items = list(
/obj/item/device/synthesized_instrument/violin
/obj/item/synthesized_instrument/violin
)
access = 0
container_type = "crate"
@@ -120,7 +120,7 @@
description = "An electric polyguitar. 100% digital audio."
price = 250
items = list(
/obj/item/device/synthesized_instrument/guitar/multi
/obj/item/synthesized_instrument/guitar/multi
)
access = 0
container_type = "crate"