From e7fa4e66ee0ecf5e8001b6d4d1bb2f7fc59e1f76 Mon Sep 17 00:00:00 2001 From: Lularian Date: Mon, 23 May 2016 04:07:51 -0500 Subject: [PATCH] fixed --- code/modules/crafting/recipes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 43720168437..9dc01f1c627 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -13,6 +13,7 @@ name = "Spear" result = /obj/item/weapon/twohanded/spear reqs = list(/obj/item/weapon/restraints/handcuffs/cable = 1, + /obj/item/weapon/shard = 1, /obj/item/stack/rods = 1) time = 40 category = CAT_WEAPON