From 162509982c7a0ae42e0e73627e0a8d4d61f047dd Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 16 Sep 2023 21:39:34 +0100 Subject: [PATCH] Fix meat cooking construction graph (#20250) --- .../Entities/Objects/Consumable/Food/meat.yml | 24 +++++++++++++++++++ .../Construction/Graphs/food/steak.yml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 270433e88c..e390882e04 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -622,6 +622,9 @@ - type: SliceableFood count: 3 slice: FoodMeatCutletCooked + - type: Construction + graph: MeatSteak + node: meat steak - type: entity name: bacon @@ -676,6 +679,9 @@ - type: SliceableFood count: 3 slice: FoodMeatBearCutletCooked + - type: Construction + graph: BearSteak + node: filet migrawr - type: entity name: penguin filet @@ -701,6 +707,9 @@ - type: SliceableFood count: 3 slice: FoodMeatPenguinCutletCooked + - type: Construction + graph: PenguinSteak + node: cooked penguin - type: entity name: cooked chicken @@ -726,6 +735,9 @@ - type: SliceableFood count: 3 slice: FoodMeatChickenCutletCooked + - type: Construction + graph: ChickenSteak + node: cooked chicken - type: entity name: fried chicken @@ -779,6 +791,9 @@ - type: SliceableFood count: 3 slice: FoodMeatDuckCutletCooked + - type: Construction + graph: DuckSteak + node: cooked duck - type: entity name: cooked crab @@ -804,6 +819,9 @@ Quantity: 5 - ReagentId: Protein Quantity: 5 + - type: Construction + graph: CrabSteak + node: cooked crab - type: entity name: goliath steak @@ -826,6 +844,9 @@ Quantity: 5 - ReagentId: Protein Quantity: 5 + - type: Construction + graph: GoliathSteak + name: goliath steak - type: entity name: lizard steak @@ -851,6 +872,9 @@ - type: SliceableFood count: 3 slice: FoodMeatLizardCutletCooked + - type: Construction + graph: LizardSteak + name: lizard steak - type: entity name: boiled spider leg diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml b/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml index 2994d31194..76159ec5ac 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml @@ -86,7 +86,7 @@ - minTemperature: 345 #apparently trichinellosis is a concern - node: filet migrawr - entity: FoodMealBearsteak + entity: FoodMeatBearCooked # crab steak - type: constructionGraph -- 2.51.2