Skip to content
Snippets Groups Projects
Commit 46352d2a authored by Florian Schröder's avatar Florian Schröder
Browse files

Rename Patty to RawPatty in simulator game content

Renamed 'Patty' to 'RawPatty' in both item_info_debug.yaml and item_info.yaml files. This naming change is more descriptive and accurately represents the state of the meat before it is cooked.
parent acf19548
No related branches found
No related tags found
1 merge request!30Resolve "Item and Meal extension fish and chips, pizza; general class for cooking counter -> stove, deep fryer, oven on class"
Pipeline #44367 passed
......@@ -88,7 +88,7 @@ ChoppedOnion:
seconds: 5.0
equipment: CuttingBoard
Patty:
RawPatty:
type: Ingredient
needs: [ Meat ]
seconds: 4.0
......@@ -127,7 +127,7 @@ ChoppedSausage:
CookedPatty:
type: Ingredient
seconds: 5.0
needs: [ Patty ]
needs: [ RawPatty ]
equipment: Pan
# --------------------------------------------------------------------------------
......
......@@ -88,7 +88,7 @@ ChoppedOnion:
seconds: 0.1
equipment: CuttingBoard
Patty:
RawPatty:
type: Ingredient
needs: [ Meat ]
seconds: 0.1
......@@ -127,7 +127,7 @@ ChoppedSausage:
CookedPatty:
type: Ingredient
seconds: 0.1
needs: [ Patty ]
needs: [ RawPatty ]
equipment: Pan
# --------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment