From 055f4699d183ef5f9b1f4fed3f69a5cb6e98b4c2 Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Sat, 19 Feb 2022 02:09:06 +0000 Subject: [PATCH] lower tech shield requested changes by soft. Uses a wooden bucket instead of a metal one, and cloth instead of cable coils. --- code/datums/components/crafting/recipes/weapons.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/crafting/recipes/weapons.dm b/code/datums/components/crafting/recipes/weapons.dm index 0470d80a227..402093ca704 100644 --- a/code/datums/components/crafting/recipes/weapons.dm +++ b/code/datums/components/crafting/recipes/weapons.dm @@ -52,7 +52,7 @@ /datum/crafting_recipe/primitive_shield name = "Primitive Shield" result = /obj/item/weapon/shield/primitive - reqs = list(list(/obj/item/stack/material/wood = 2), list(/obj/item/weapon/reagent_containers/glass/bucket =1), list(/obj/item/weapon/handcuffs/cable = 2)) + reqs = list(list(/obj/item/stack/material/wood = 2), list(/obj/item/weapon/reagent_containers/glass/bucket/wood =1), list(/obj/item/stack/material/cloth = 5))) time = 120 category = CAT_WEAPONRY subcategory = CAT_WEAPON