From 2032afb65dd898be11f60eba4e72b6454ac93b73 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Fri, 6 Sep 2024 03:31:17 +0200 Subject: [PATCH] Fixes extended thrower recipes (#26698) --- code/modules/crafting/recipes.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 22423ca2ddc..deb2b1431fd 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -303,6 +303,10 @@ reqs = list(/obj/item/chemical_flamethrower = 1, /obj/item/stack/cable_coil = 5, /obj/item/weaponcrafting/gunkit/chemical_flamethrower = 1) + time = 10 SECONDS + category = CAT_WEAPONRY + subcategory = CAT_WEAPON + alert_admins_on_craft = TRUE /datum/crafting_recipe/ed209 name = "ED209"