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
+1 -1
View File
@@ -246,7 +246,7 @@
new /obj/item/weapon/reagent_containers/food/drinks/cans/cola(src)
/obj/item/device/guitar/jello_guitar //Antcolon3: Dan Jello
/obj/item/device/instrument/guitar/jello_guitar //Antcolon3: Dan Jello
name = "Dan Jello's Pink Guitar"
desc = "Dan Jello's special pink guitar."
icon = 'icons/obj/custom_items.dmi'
+1 -1
View File
@@ -482,7 +482,7 @@
var/obj/item/weapon/storage/pill_bottle/dice/D = new(src)
load(D)
else
var/obj/item/device/guitar/G = new(src)
var/obj/item/device/instrument/guitar/G = new(src)
load(G)
//Fans
@@ -255,8 +255,9 @@
modules += new /obj/item/weapon/reagent_containers/food/condiment/enzyme(src)
modules += new /obj/item/weapon/pen(src)
modules += new /obj/item/weapon/razor(src)
modules += new /obj/item/device/violin(src)
modules += new /obj/item/device/guitar(src)
modules += new /obj/item/device/instrument/violin(src)
modules += new /obj/item/device/instrument/guitar(src)
modules += new /obj/item/device/instrument/eguitar(src)
var/obj/item/weapon/rsf/M = new /obj/item/weapon/rsf(src)
M.matter = 30
+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"