From edc57cab16f3b0a3525d8729b9f8a4ce7a4d8787 Mon Sep 17 00:00:00 2001 From: Helm <158806576+Helm4142@users.noreply.github.com> Date: Sun, 20 Apr 2025 15:32:02 +0600 Subject: [PATCH] Fix soup (#34633) Co-authored-by: Helm4142 --- Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml index 2fc551595f..0d9ba21e53 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml @@ -1,7 +1,7 @@ # When adding new food also add to random spawner located in Resources\Prototypes\Entities\Markers\Spawners\Random\Food_Drinks\food_meal.yml - type: entity - parent: FoodBase + parent: FoodInjectableBase id: FoodBowlBase abstract: true components: -- 2.51.2