Add a craftable, two-handed sledgehammer.

- Can be made out of plasteel, rods and metal.
- Relatively high damage but less than the fireaxe.
- Special sound.
This commit is contained in:
lbnesquik
2020-01-21 13:48:28 +01:00
parent 9aaaa44ace
commit e0fcf47373
9 changed files with 230 additions and 0 deletions
@@ -0,0 +1,3 @@
/material/plasteel/generate_recipes()
. = ..()
recipes += new/datum/stack_recipe("Hammer Head", /obj/item/weapon/hammer_head, 2)