From: Centronias Date: Thu, 27 Mar 2025 06:26:13 +0000 (-0700) Subject: Raw meatball cooks into cooked meatball (#36003) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f45794002b0c7f33e8059182801074b736823da9;p=space-station-14.git Raw meatball cooks into cooked meatball (#36003) meatballs can be cooked on their own --- diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index fc340bbcfd..569c0c4402 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -664,6 +664,9 @@ - Meat - type: Sprite state: meatball + - type: Construction + graph: MeatMeatballCooked + node: start - type: entity name: slimeball @@ -1178,6 +1181,9 @@ entries: Burger: MeatBall Taco: MeatBall + - type: Construction + graph: MeatMeatballCooked + node: meatball cooked - type: entity name: boiled snail diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/food/meatball.yml b/Resources/Prototypes/Recipes/Construction/Graphs/food/meatball.yml new file mode 100644 index 0000000000..647c163e79 --- /dev/null +++ b/Resources/Prototypes/Recipes/Construction/Graphs/food/meatball.yml @@ -0,0 +1,16 @@ +- type: constructionGraph + id: MeatMeatballCooked + start: start + graph: + + - node: start + edges: + - to: meatball cooked + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg + steps: + - minTemperature: 335 + + - node: meatball cooked + entity: FoodMeatMeatballCooked