Files
CHOMPStation2/modular_chomp/code/modules/instruments/items.dm
CHOMPStation2StaffMirrorBot d8408a2c59 [MIRROR] Instrument Update (#11645)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-09-14 22:46:26 +02:00

17 lines
551 B
Plaintext

/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")
allowed_instrument_ids = "piano"
/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")
allowed_instrument_ids = "xylophone"