Fixes Null Crafting Recipes

This commit is contained in:
Fox McCloud
2019-01-22 18:45:54 -05:00
parent 2b67df988a
commit ad6fc45f74
3 changed files with 10 additions and 4 deletions
@@ -168,6 +168,7 @@
/obj/item/stack/tape_roll = 5)
tools = list(/obj/item/screwdriver, /obj/item/wirecutters)
time = 80
category = CAT_MISC
/datum/crafting_recipe/guitar
name = "Guitar"
@@ -177,6 +178,7 @@
/obj/item/stack/tape_roll = 5)
tools = list(/obj/item/screwdriver, /obj/item/wirecutters)
time = 80
category = CAT_MISC
/datum/crafting_recipe/eguitar
name = "Electric Guitar"
@@ -185,4 +187,5 @@
/obj/item/stack/cable_coil = 6,
/obj/item/stack/tape_roll = 5)
tools = list(/obj/item/screwdriver, /obj/item/wirecutters)
time = 80
time = 80
category = CAT_MISC