Instruments Refactor and Electric Guitars

This commit is contained in:
Fox-McCloud
2017-07-02 03:52:42 -04:00
parent 4c1de5f69d
commit 0b8e61e2cc
51 changed files with 133 additions and 112 deletions
+9 -3
View File
@@ -96,14 +96,20 @@
/datum/storeitem/violin
name = "space violin"
desc = "A wooden musical instrument with four strings and a bow. \"The devil went down to space, he was looking for an assistant to grief.\""
typepath = /obj/item/device/violin
typepath = /obj/item/device/instrument/violin
cost = 500
/datum/storeitem/guitar
name = "guitar"
desc = "It's made of wood and has bronze strings."
typepath = /obj/item/device/guitar
cost = 700
typepath = /obj/item/device/instrument/guitar
cost = 500
/datum/storeitem/eguitar
name = "electric guitar"
desc = "Makes all your shredding needs possible."
typepath = /obj/item/device/instrument/eguitar
cost = 500
/datum/storeitem/baby
name = "Toddler"