From d020dff714505fb71e0413748a160d2bcfde95fd Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Tue, 13 Dec 2016 09:11:31 -0500 Subject: [PATCH] Fixes ED-209 Crafting Recipe Cost --- code/modules/crafting/recipes.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index de13207ceb7..94569f769ef 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -108,12 +108,11 @@ /obj/item/clothing/suit/armor/vest = 1, /obj/item/bodypart/l_leg/robot = 1, /obj/item/bodypart/r_leg/robot = 1, - /obj/item/stack/sheet/metal = 5, - /obj/item/stack/cable_coil = 5, + /obj/item/stack/sheet/metal = 1, + /obj/item/stack/cable_coil = 1, /obj/item/weapon/gun/energy/e_gun/advtaser = 1, /obj/item/weapon/stock_parts/cell = 1, - /obj/item/device/assembly/prox_sensor = 1, - /obj/item/bodypart/r_arm/robot = 1) + /obj/item/device/assembly/prox_sensor = 1) tools = list(/obj/item/weapon/weldingtool, /obj/item/weapon/screwdriver) time = 60 category = CAT_ROBOT