mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Removes the circular saw tool requirement to make a modular receiver (#92847)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user