mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +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:
@@ -5,9 +5,9 @@ Sound player -- used to apply modification to all sounds emitted. Represents the
|
||||
further modify sound more you'd start from here)
|
||||
Synthesized Song - just like /datum/song it's what parses and plays a melody
|
||||
---
|
||||
Real instruments inherit from either /obj/structure/synthesized_instrument (static musical instrument) or /obj/item/device/synthesized_instrument (handheld musical instrument)
|
||||
Real instruments inherit from either /obj/structure/synthesized_instrument (static musical instrument) or /obj/item/synthesized_instrument (handheld musical instrument)
|
||||
---
|
||||
Virtual instruments all inherit from /datum/instrument.
|
||||
Virtual instruments all inherit from /datum/instrument.
|
||||
Virtual instruments should follow this structure: /datum/instrument/category_name/instrument_name.
|
||||
|
||||
Refer to any file in ./instrument_data to see how it's done.
|
||||
@@ -15,4 +15,4 @@ Refer to any file in ./instrument_data to see how it's done.
|
||||
Sound player inherits from /datum/sound_player
|
||||
---
|
||||
For synthesized song only use /datum/synthesized_song
|
||||
---
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user