From 4de05fc692a3c33c4902c7dab738263dbcaedddb Mon Sep 17 00:00:00 2001 From: EgoSumStultus Date: Fri, 2 Aug 2019 06:48:14 -0700 Subject: [PATCH] AAAAAAAAAAAAHHHHHHHHHHH --- code/modules/crafting/recipes.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 3c614c6a9e..025b4af578 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -660,6 +660,15 @@ tools = list(TOOL_SCREWDRIVER, TOOL_WRENCH, TOOL_WELDER) category = CAT_MISC +/datum/crafting_recipe/femur_breaker + name = "Femur Breaker" + result = /obj/structure/femur_breaker + time = 150 + reqs = list(/obj/item/stack/sheet/metal = 20, + /obj/item/stack/cable_coil = 30) + tools = list(TOOL_SCREWDRIVER, TOOL_WRENCH, TOOL_WELDER) + category = CAT_MISC + /datum/crafting_recipe/lizardhat name = "Lizard Cloche Hat" result = /obj/item/clothing/head/lizard