diff --git a/overcooked_simulator/counters.py b/overcooked_simulator/counters.py index 75c64c31b1fa9f1e61919784d778d9053f2783a4..8268b6819d249e5f69bfd1880d56e5be456ff2bb 100644 --- a/overcooked_simulator/counters.py +++ b/overcooked_simulator/counters.py @@ -465,13 +465,14 @@ class Trashcan(Counter): class CookingCounter(Counter): - """Cooking machine. Currently, the stove which can have a pot and pan on top. In the future one class for stove, - deep fryer, and oven. + """Cooking machine. Class for the stove, deep fryer, and oven. The character depends on the cooking equipment on top of it: ```yaml U: Stove with a pot Q: Stove with a pan + O: Oven with a (pizza) peel + F: DeepFryer with a basket ``` """