mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Fixes Plump Helmet Biscuits being uncookable
The recipe for the plump helmet biscuit was mistakenly removed a while back (#535), this returns the recipe to the code Oven Recipe: 5u water, 5u flour, 1 plump helmet cap mushroom. 🆑 fix: Fixes accidental removal of plump helmet biscuit recipe. /🆑
This commit is contained in:
@@ -254,6 +254,11 @@
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/plump_pie
|
||||
|
||||
/datum/recipe/oven/plumphelmetbiscuit
|
||||
fruit = list("plumphelmet" = 1)
|
||||
reagents = list("water" = 5, "flour" = 5)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/plumphelmetbiscuit
|
||||
|
||||
/datum/recipe/oven/creamcheesebread
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/dough,
|
||||
|
||||
Reference in New Issue
Block a user