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
[
![cood](https://github.com/user-attachments/assets/2b15ac23-9b9a-4c02-a4e6-b2c038f9b7ab)
](url)

I rest my case
## Proof Of Testing


## Changelog

🆑
add: Chisels can be crafted [1 wood, 1 iron, screwdriver]
/🆑
This commit is contained in:
KazooBard
2025-02-24 13:04:13 +01:00
committed by GitHub
parent 8bce6c2860
commit d1ab24ab2f
@@ -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