From d7cdd043f9a10685d5ec80b806dbf3da8ea25789 Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Sun, 18 Feb 2024 22:04:10 +0100 Subject: [PATCH] Finally add the recipe I swear I hadn't forgot about it --- .../DeltaV/Recipes/Cooking/meal_recipes.yml | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml index 95f1fcb538e..2533bff44bb 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml @@ -19,16 +19,13 @@ FoodBowlBig: 1 FoodEgg: 3 FoodButter: 1 - -# - type: microwaveMealRecipe # Add when we have actual pumpkins -# id: RecipePumpkinPie -# name: pumpkin pie -# result: FoodPiePumpkin -# time: 15 -# reagents: -# Sugar: 5 -# Milk: 5 -# Egg: 12 -# solids: -# FoodPumpkin: 1 -# FoodPlateTin: 1 + +- type: microwaveMealRecipe + id: RecipePumpkinPie + name: pumpkin pie + result: FoodPiePumpkin + time: 15 + solids: + FoodDoughPie: 1 + FoodPumpkin: 1 + FoodPlateTin: 1