From 9e1833530de2d61b4d6619827ae8b7c753aa488f Mon Sep 17 00:00:00 2001 From: UmeFuu <35434208+UmeFuu@users.noreply.github.com> Date: Wed, 13 Feb 2019 17:36:23 -0300 Subject: [PATCH] Fixes path and recipes for cookies Now the recipe is different again. --- code/modules/food_and_drinks/recipes/recipes_oven.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/food_and_drinks/recipes/recipes_oven.dm b/code/modules/food_and_drinks/recipes/recipes_oven.dm index e9b560ace7d..60b2c2184f7 100644 --- a/code/modules/food_and_drinks/recipes/recipes_oven.dm +++ b/code/modules/food_and_drinks/recipes/recipes_oven.dm @@ -167,8 +167,7 @@ /datum/recipe/oven/cookies items = list( - /obj/item/reagent_containers/food/snacks/rawcookies, - /obj/item/reagent_containers/food/snacks/chocolatebar, + /obj/item/reagent_containers/food/snacks/rawcookies/chocochips, ) result = /obj/item/storage/bag/tray/cookies_tray @@ -176,7 +175,8 @@ items = list( /obj/item/reagent_containers/food/snacks/rawcookies, ) - result = /obj/item/storage/bag/tray/sugarcookies_tray + result = /obj/item/storage/bag/tray/cookies_tray/sugarcookie +/// result = /obj/item/storage/bag/tray/sugarcookies_tray ////