Make guitars actually obtainable, via cargostore, and table crafting

This commit is contained in:
Tigercat2000
2015-04-07 16:50:10 +02:00
parent df0f4791df
commit 71b0fcabba
2 changed files with 14 additions and 0 deletions
@@ -31,3 +31,11 @@
user.set_machine(src)
song.interact(user)
/datum/table_recipe/guitar
name = "Guitar"
result = /obj/item/device/guitar
reqs = list(/obj/item/stack/sheet/wood = 5,
/obj/item/stack/cable_coil = 6)
tools = list(/obj/item/weapon/screwdriver, /obj/item/weapon/wirecutters)
time = 80
+6
View File
@@ -75,6 +75,12 @@
typepath = /obj/item/device/violin
cost = 500
/datum/storeitem/guitar
name = "guitar"
desc = "It's made of wood and has bronze strings."
typepath = /obj/item/device/guitar
cost = 500
/datum/storeitem/baby
name = "Toddler"
desc = "This baby looks almost real. Wait, did it just burp?"