From 08d03040392f929e08646de29f179b2eb96bb98a Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Sat, 19 Feb 2022 02:18:35 +0000 Subject: [PATCH] updoot macth with updoot --- 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 402093ca704..2f1cb9dc714 100644 --- a/code/datums/components/crafting/recipes/weapons.dm +++ b/code/datums/components/crafting/recipes/weapons.dm @@ -55,4 +55,4 @@ 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 + subcategory = CAT_WEAPON \ No newline at end of file