mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user