From a4536a3e90d0bf57e687781624b3e79e1237c85f Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Thu, 2 Jan 2014 17:15:34 -0800 Subject: [PATCH] Made cookies able to be baked in the microwave --- code/modules/food/recipes_microwave.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/food/recipes_microwave.dm b/code/modules/food/recipes_microwave.dm index a297cb6183..705200241c 100644 --- a/code/modules/food/recipes_microwave.dm +++ b/code/modules/food/recipes_microwave.dm @@ -477,6 +477,15 @@ I said no! ) result = /obj/item/weapon/reagent_containers/food/snacks/popcorn + +/datum/recipe/cookie + reagents = list("milk" = 5, "flour" = 5) + items = list( + /obj/item/weapon/reagent_containers/food/snacks/egg, + /obj/item/weapon/reagent_containers/food/snacks/chocolatebar, + ) + result = /obj/item/weapon/reagent_containers/food/snacks/cookie + /datum/recipe/fortunecookie reagents = list("flour" = 5) items = list(