Merge pull request #1990 from Citadel-Station-13/upstream-merge-29197

[MIRROR] Adds a "synthesizer" that's basically a handheld piano
This commit is contained in:
LetterJay
2017-07-13 23:58:37 -05:00
committed by GitHub
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 ..()