Bone items review fix

This commit is contained in:
botka4aet
2021-09-17 11:13:32 +03:00
parent d49cfd2322
commit ebf20f8806
3 changed files with 21 additions and 18 deletions
+2
View File
@@ -517,6 +517,7 @@
reqs = list(/obj/item/stack/sheet/bone = 4,
/obj/item/stack/sheet/sinew = 2)
category = CAT_PRIMAL
/datum/crafting_recipe/bonescythe
name = "Bone Scythe"
result = list(/obj/item/scythe/bone)
@@ -524,6 +525,7 @@
reqs = list(/obj/item/stack/sheet/bone = 5,
/obj/item/stack/sheet/sinew = 2)
category = CAT_PRIMAL
/datum/crafting_recipe/boneaxe
name = "Bone Axe"
result = list(/obj/item/twohanded/fireaxe/boneaxe)