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,