Skip to content

Commit

Permalink
Merge pull request #113 from quackjack/torchcraft
Browse files Browse the repository at this point in the history
Adds uncraft recipe to torch
  • Loading branch information
TheGreatKitsune authored Jan 6, 2025
2 parents 3bc88b3 + 0128e71 commit c967109
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/modules/roguetown/roguecrafting/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,15 @@
/obj/item/natural/fibers = 1)
craftdiff = 0

/datum/crafting_recipe/roguetown/breakdowntorch
name = "undo torch"
result = /obj/item/natural/fibers
reqs = list(/obj/item/flashlight/flare/torch = 1)
skillcraft = null
verbage_simple = "pick apart"
verbage = "picks apart"
craftdiff = 0

/datum/crafting_recipe/roguetown/candle
name = "candle (x3)"
result = list(/obj/item/candle/yellow,
Expand Down

0 comments on commit c967109

Please sign in to comment.