powder that makes you say yes

This commit is contained in:
Nadyr
2021-06-02 02:29:44 -04:00
committed by GitHub
parent 07f0318d6b
commit 3f783ab3e4

View File

@@ -1,17 +1,16 @@
/obj/item/device/keytar /obj/item/instrument/keytar
name = "portable keyboard" name = "portable keyboard"
desc = "A keyboard, for those interested in the piano on the go! " desc = "A keyboard, for those interested in the piano on the go! "
icon = 'icons/obj/musician_yw.dmi' icon = 'icons/obj/musician_yw.dmi'
icon_state = "keyboard" icon_state = "keyboard"
item_state = "keyboard" item_state = "keyboard"
attack_verb = list("smashed") attack_verb = list("smashed")
instrumentId = "piano" allowed_instrument_ids = "piano"
instrumentExt = "ogg"
/obj/item/device/xylophone /obj/item/instrument/xylophone
name = "xylophone" name = "xylophone"
desc = "A percussion instrument consisting of a series of wooden bars graduated in length." desc = "A percussion instrument consisting of a series of wooden bars graduated in length."
icon = 'icons/obj/musician_yw.dmi' icon = 'icons/obj/musician_yw.dmi'
icon_state = "xylophone" icon_state = "xylophone"
attack_verb = list("smashed") attack_verb = list("smashed")
instrumentId = "xylophone" allowed_instrument_ids = "xylophone"