Skip to content

Commit

Permalink
Adds uncraft recipe to torch
Browse files Browse the repository at this point in the history
  • Loading branch information
quackjack committed Dec 27, 2024
1 parent 3bc88b3 commit 0128e71
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 0128e71

Please sign in to comment.