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