]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix meat cooking construction graph (#20250)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Sat, 16 Sep 2023 20:39:34 +0000 (21:39 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Sep 2023 20:39:34 +0000 (12:39 -0800)
Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml
Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml

index 270433e88c1825a5d9cfd49c95b21a8ce88f02aa..e390882e04a13c79dc725788900d0b88258f9bf5 100644 (file)
   - type: SliceableFood
     count: 3
     slice: FoodMeatCutletCooked
+  - type: Construction
+    graph: MeatSteak
+    node: meat steak
 
 - type: entity
   name: bacon
   - type: SliceableFood
     count: 3
     slice: FoodMeatBearCutletCooked
+  - type: Construction
+    graph: BearSteak
+    node: filet migrawr
 
 - type: entity
   name: penguin filet
   - type: SliceableFood
     count: 3
     slice: FoodMeatPenguinCutletCooked
+  - type: Construction
+    graph: PenguinSteak
+    node: cooked penguin
 
 - type: entity
   name: cooked chicken
   - type: SliceableFood
     count: 3
     slice: FoodMeatChickenCutletCooked
+  - type: Construction
+    graph: ChickenSteak
+    node: cooked chicken
 
 - type: entity
   name: fried chicken
   - type: SliceableFood
     count: 3
     slice: FoodMeatDuckCutletCooked
+  - type: Construction
+    graph: DuckSteak
+    node: cooked duck
 
 - type: entity
   name: cooked crab
           Quantity: 5
         - ReagentId: Protein
           Quantity: 5
+  - type: Construction
+    graph: CrabSteak
+    node: cooked crab
 
 - type: entity
   name: goliath steak
           Quantity: 5
         - ReagentId: Protein
           Quantity: 5
+  - type: Construction
+    graph: GoliathSteak
+    name: goliath steak
 
 - type: entity
   name: lizard steak
   - type: SliceableFood
     count: 3
     slice: FoodMeatLizardCutletCooked
+  - type: Construction
+    graph: LizardSteak
+    name: lizard steak
 
 - type: entity
   name: boiled spider leg
index 2994d3119409dfe138e8e40732584825ca577be3..76159ec5ac4085986203116a2d91ed913187c9c2 100644 (file)
@@ -86,7 +86,7 @@
       - minTemperature: 345 #apparently trichinellosis is a concern
 
   - node: filet migrawr
-    entity: FoodMealBearsteak
+    entity: FoodMeatBearCooked
 
 # crab steak
 - type: constructionGraph