From 61a899b5d1ba1f2aed242af366ec60caf7218795 Mon Sep 17 00:00:00 2001 From: AzuleUtama <44248086+AzuleUtama@users.noreply.github.com> Date: Wed, 25 Sep 2019 18:18:50 +0100 Subject: [PATCH] Fixes improvised shotgun showing up as an ammo recipe --- code/modules/crafting/recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 126e9f30b31..3863183b2af 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -246,7 +246,7 @@ tools = list(/obj/item/screwdriver) time = 100 category = CAT_WEAPONRY - subcategory = CAT_AMMO + subcategory = CAT_WEAPON /datum/crafting_recipe/chainsaw name = "Chainsaw"