Skip to content

Commit

Permalink
[MODULAR] Quiver crafting change, also adds torch crafting (#2682)
Browse files Browse the repository at this point in the history
* Update recipes.dm

* Update recipes.dm
  • Loading branch information
RatFromTheJungle authored and StealsThePRs committed Jun 11, 2024
1 parent 15675a3 commit 86482ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modular_nova/modules/tribal_extended/code/recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
result = /obj/item/storage/bag/quiver
reqs = list(
/obj/item/stack/sheet/leather = 2,
/obj/item/stack/sheet/sinew = 4,
/obj/item/weaponcrafting/silkstring = 4,
)
time = 8 SECONDS
category = CAT_WEAPON_AMMO
Expand All @@ -108,3 +108,11 @@
)
time = 20 SECONDS
category = CAT_WEAPON_RANGED


/datum/crafting_recipe/torch
name = "Torch"
result = /obj/item/flashlight/flare/torch
category = CAT_MISC
non_craftable = TRUE
steps = list("Use any dried leaf-like plant on a towercap log! (Ambrosia, cannabis, tobacco, etc!)")

0 comments on commit 86482ca

Please sign in to comment.