From 5b43b2fac778d5e9dca0168c29f75281c1ad8d5e Mon Sep 17 00:00:00 2001 From: ShadeAware <57020074+ShadeAware@users.noreply.github.com> Date: Thu, 30 Jan 2020 17:01:28 -0500 Subject: [PATCH] Update recipes_weapon_and_ammo.dm --- code/modules/crafting/recipes/recipes_weapon_and_ammo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm b/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm index b44df31b3b..a519f00fe9 100644 --- a/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm +++ b/code/modules/crafting/recipes/recipes_weapon_and_ammo.dm @@ -119,7 +119,7 @@ tools = list(TOOL_WELDER) time = 45 category = CAT_WEAPONRY - subcategory = CAT_WEAPONRY + subcategory = CAT_WEAPON ////////////////// ///BOMB CRAFTING//