In the pickup_food() function in chef.py, the food the chef is carrying is automatically switched with the new food he goes to pick up. Is this functionality we want to see, or is there another bit of logic we should add preventing him picking up new food objects while he's holding something?
In the pickup_food() function in chef.py, the food the chef is carrying is automatically switched with the new food he goes to pick up. Is this functionality we want to see, or is there another bit of logic we should add preventing him picking up new food objects while he's holding something?