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:
FalseIncarnate
2016-02-14 02:55:19 -05:00
parent 4d89ef5aba
commit 5376e73252
+5
View File
@@ -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,