Skip to content

Commit

Permalink
brings back mushroom bowls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Aug 30, 2024
1 parent c6b2967 commit 810dc59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/datums/components/crafting/recipes/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@
time = 30
category = CAT_MISC

/datum/crafting_recipe/mushroom_bowl
name = "Mushroom Bowl"
result = /obj/item/reagent_containers/glass/bowl/mushroom_bowl
reqs = list(/obj/item/reagent_containers/food/snacks/grown/ash_flora/shavings = 5)
time = 30
category = CAT_MISC

/datum/crafting_recipe/chainsaw
name = "Chainsaw"
result = /obj/item/chainsaw
Expand Down

0 comments on commit 810dc59

Please sign in to comment.