Removes the circular saw tool requirement to make a modular receiver (#92847)

This commit is contained in:
necromanceranne
2025-09-08 15:02:32 +02:00
committed by GitHub
parent a247863079
commit a363eece32
@@ -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,