From 560dd829520ea6cdaa0545b2c33d51dac8a9d1aa Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers <thebluewulf@gmail.com> Date: Thu, 7 Mar 2024 23:49:21 +0100 Subject: [PATCH] Recipe for the Pumpkin Pie (#855) 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