mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Craftable chisels [suggestions channel post] (#2978)
## About The Pull Request Chisel is craftable 1 wood 1 iron screwdriver, people wanted in suggestions channel with like fuckign 12 voters in 24 hours so that's insane amounts and here you go ## Why It's Good For The Game [  ](url) I rest my case ## Proof Of Testing ## Changelog 🆑 add: Chisels can be crafted [1 wood, 1 iron, screwdriver] /🆑
This commit is contained in:
@@ -50,3 +50,12 @@
|
||||
/obj/item/stack/sheet/cloth = 2)
|
||||
time = 80
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/makeshift/chisel //BUBBERSTATION ADDITION
|
||||
name = "Makeshift Chisel"
|
||||
tool_behaviors = list(TOOL_SCREWDRIVER)
|
||||
result = /obj/item/chisel
|
||||
reqs = list(/obj/item/stack/sheet/iron = 1,
|
||||
/obj/item/stack/sheet/mineral/wood = 1)
|
||||
time = 80
|
||||
category = CAT_MISC
|
||||
|
||||
Reference in New Issue
Block a user