Skip to content

Commit

Permalink
adds bearded axe recipe (#337)
Browse files Browse the repository at this point in the history
bearded axe recipe
2 steel bars 1 small log
  • Loading branch information
marklyfied authored Dec 27, 2024
1 parent 7626a07 commit f891e05
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,14 @@
craftdiff = 3
i_type = "Weapons"

/datum/anvil_recipe/weapons/beardedaxe
name = "Bearded Axe (+2 Steel Ingot, +1 Small Log)"
req_bar = /obj/item/ingot/steel
additional_items = list(/obj/item/ingot/steel, /obj/item/grown/log/tree/small, /obj/item/ingot/steel)
created_item = /obj/item/rogueweapon/greataxe/bearded
craftdiff = 4
i_type = "Weapons"

/datum/anvil_recipe/weapons/zweihander
name = "Zweihander (+2 Iron)"
req_bar = /obj/item/ingot/iron
Expand Down

0 comments on commit f891e05

Please sign in to comment.