From 46352d2a5e6be9efb9015ab0e81abf3ae72849bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6der?= <fschroeder@techfak.uni-bielefeld.de> Date: Mon, 22 Jan 2024 15:45:05 +0100 Subject: [PATCH] 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. --- overcooked_simulator/game_content/item_info.yaml | 4 ++-- overcooked_simulator/game_content/item_info_debug.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/overcooked_simulator/game_content/item_info.yaml b/overcooked_simulator/game_content/item_info.yaml index 00138537..a6458c63 100644 --- a/overcooked_simulator/game_content/item_info.yaml +++ b/overcooked_simulator/game_content/item_info.yaml @@ -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 # -------------------------------------------------------------------------------- diff --git a/overcooked_simulator/game_content/item_info_debug.yaml b/overcooked_simulator/game_content/item_info_debug.yaml index b00ea70b..c2282253 100644 --- a/overcooked_simulator/game_content/item_info_debug.yaml +++ b/overcooked_simulator/game_content/item_info_debug.yaml @@ -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 # -------------------------------------------------------------------------------- -- GitLab