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