Skip to content

Commit

Permalink
mop this
Browse files Browse the repository at this point in the history
  • Loading branch information
MortoSasye committed Sep 19, 2024
1 parent 1fa532e commit 390465c
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,15 @@
/datum/crafting_recipe/primitive_recipe/primitive_chisel
name = "Primitive Chisel"
result = /obj/item/chisel/primitive

/obj/item/mop/tribal
desc = "A primitive mop, made of cloth, sinew, and wood."

/datum/crafting_recipe/mop
name = "Tribal Mop"
result = /obj/item/mop/tribal
reqs = list(/obj/item/stack/sheet/mineral/wood = 1,
/obj/item/stack/sheet/cloth = 2,
/obj/item/stack/sheet/sinew = 1)
time = 3 SECONDS
category = CAT_TOOLS

0 comments on commit 390465c

Please sign in to comment.