From c2c4ffb85dd14dea2c59507e4f997bf85512be2a Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Sat, 19 Feb 2022 02:20:52 +0000 Subject: [PATCH] unwanted ) bannished to the shadow realm --- code/datums/components/crafting/recipes/weapons.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/components/crafting/recipes/weapons.dm b/code/datums/components/crafting/recipes/weapons.dm index 2f1cb9dc71..b8fe974e05 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/wood =1), list(/obj/item/stack/material/cloth = 5))) + 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 \ No newline at end of file + subcategory = CAT_WEAPON