mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
powder that makes you say yes
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
/obj/item/device/keytar
|
||||
/obj/item/instrument/keytar
|
||||
name = "portable keyboard"
|
||||
desc = "A keyboard, for those interested in the piano on the go! "
|
||||
icon = 'icons/obj/musician_yw.dmi'
|
||||
icon_state = "keyboard"
|
||||
item_state = "keyboard"
|
||||
attack_verb = list("smashed")
|
||||
instrumentId = "piano"
|
||||
instrumentExt = "ogg"
|
||||
allowed_instrument_ids = "piano"
|
||||
|
||||
/obj/item/device/xylophone
|
||||
/obj/item/instrument/xylophone
|
||||
name = "xylophone"
|
||||
desc = "A percussion instrument consisting of a series of wooden bars graduated in length."
|
||||
icon = 'icons/obj/musician_yw.dmi'
|
||||
icon_state = "xylophone"
|
||||
attack_verb = list("smashed")
|
||||
instrumentId = "xylophone"
|
||||
allowed_instrument_ids = "xylophone"
|
||||
|
||||
Reference in New Issue
Block a user