Files
CHOMPStation2/code/modules/materials/material_recipes_ch.dm
lbnesquik e0fcf47373 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.
2020-01-21 13:48:28 +01:00

4 lines
132 B
Plaintext

/material/plasteel/generate_recipes()
. = ..()
recipes += new/datum/stack_recipe("Hammer Head", /obj/item/weapon/hammer_head, 2)