Add Delivery Manager logic and random recipe request generation
This commit is contained in:
parent
7e1cbafa47
commit
8c5f4f2acf
21 changed files with 360 additions and 13 deletions
|
@ -11,6 +11,8 @@ public class DeliveryCounter : BaseCounter
|
|||
if (player.GetKitchenObject().TryGetPlate(out PlateKitchenObject plateKitchenObject))
|
||||
{
|
||||
// only takes plate objects
|
||||
DeliveryManager.Instance.DeliverRecipe(plateKitchenObject);
|
||||
|
||||
player.GetKitchenObject().DestroySelf();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue