Adds a "synthesizer" that's basically a handheld piano

This commit is contained in:
CitadelStationBot
2017-07-13 17:46:46 -05:00
parent da324257fe
commit b3f8b2a2d7
5 changed files with 10 additions and 4 deletions
@@ -28,6 +28,7 @@
/obj/structure/closet/secure_closet/personal/cabinet/PopulateContents()
new /obj/item/weapon/storage/backpack/satchel/leather/withwallet( src )
new /obj/item/device/instrument/piano_synth(src)
new /obj/item/device/radio/headset( src )
/obj/structure/closet/secure_closet/personal/attackby(obj/item/W, mob/user, params)
@@ -49,4 +50,4 @@
else
to_chat(user, "<span class='danger'>Access Denied.</span>")
else
return ..()
return ..()