Base Commit

This commit is contained in:
GhostActual
2022-05-07 01:50:36 -04:00
committed by klaasjared
parent eb06a4b9e2
commit 1178170d7b
15 changed files with 1834 additions and 18 deletions
+7 -1
View File
@@ -9,7 +9,7 @@
slot_l_hand_str = 'icons/mob/items/lefthand_instruments.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_instruments.dmi',
)
/// Our song datum.
var/datum/song/handheld/song
/// Our allowed list of instrument ids. This is nulled on initialize.
@@ -54,6 +54,12 @@
desc = "A golden musical instrument with four strings and a bow. \"The devil went down to space, he was looking for an assistant to grief.\""
icon_state = "golden_violin"
/obj/item/instrument/xylophone
name = "xylophone"
desc = "A percussion instrument consisting of a series of wooden bars graduated in length."
icon_state = "xylophone"
allowed_instrument_ids = "xylophone"
/obj/item/instrument/piano_synth
name = "synthesizer"
desc = "An advanced electronic synthesizer that can be used as various instruments."