From a363eece3242c196ae62f201d46ef5c2e1dfb3c2 Mon Sep 17 00:00:00 2001 From: necromanceranne <40847847+necromanceranne@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:02:32 +1000 Subject: [PATCH] Removes the circular saw tool requirement to make a modular receiver (#92847) --- code/datums/components/crafting/ranged_weapon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/crafting/ranged_weapon.dm b/code/datums/components/crafting/ranged_weapon.dm index 24c391a32aa..fbd6aa44f64 100644 --- a/code/datums/components/crafting/ranged_weapon.dm +++ b/code/datums/components/crafting/ranged_weapon.dm @@ -21,7 +21,7 @@ /datum/crafting_recipe/receiver name = "Modular Rifle Receiver" - tool_behaviors = list(TOOL_WRENCH, TOOL_WELDER, TOOL_SAW) + tool_behaviors = list(TOOL_WRENCH, TOOL_WELDER) result = /obj/item/weaponcrafting/receiver reqs = list( /obj/item/stack/sheet/iron = 5,