From 1904c7aadb2d7e310fcb65ffd47da2f2a6533a38 Mon Sep 17 00:00:00 2001 From: Fikou Date: Tue, 11 Aug 2020 17:12:27 +0200 Subject: [PATCH] you can now make extendohands with a right and left arm (#52826) --- code/datums/components/crafting/recipes.dm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/code/datums/components/crafting/recipes.dm b/code/datums/components/crafting/recipes.dm index b498d565e64..6f869583a99 100644 --- a/code/datums/components/crafting/recipes.dm +++ b/code/datums/components/crafting/recipes.dm @@ -496,12 +496,18 @@ result = /obj/structure/curtain category = CAT_MISC -/datum/crafting_recipe/extendohand - name = "Extendo-Hand" +/datum/crafting_recipe/extendohand_r + name = "Extendo-Hand (Right Arm)" reqs = list(/obj/item/bodypart/r_arm/robot = 1, /obj/item/clothing/gloves/boxing = 1) result = /obj/item/extendohand category = CAT_MISC +/datum/crafting_recipe/extendohand_l + name = "Extendo-Hand (Left Arm)" + reqs = list(/obj/item/bodypart/l_arm/robot = 1, /obj/item/clothing/gloves/boxing = 1) + result = /obj/item/extendohand + category = CAT_MISC + /datum/crafting_recipe/chemical_payload name = "Chemical Payload (C4)" result = /obj/item/bombcore/chemical