From b7a9f4a95fc5d4f6c1e0cc46ddd1caf9bf9a3319 Mon Sep 17 00:00:00 2001 From: myk002 Date: Sat, 11 Sep 2021 16:31:37 -0700 Subject: [PATCH] ensure booze production can keep up with demand becomes relevant when population nears 200 --- data/examples/orders/basic.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/examples/orders/basic.json b/data/examples/orders/basic.json index 152402fd1..8bd278f0c 100644 --- a/data/examples/orders/basic.json +++ b/data/examples/orders/basic.json @@ -41,8 +41,8 @@ "meal_ingredients" : 4 }, { - "amount_left" : 1, - "amount_total" : 1, + "amount_left" : 2, + "amount_total" : 2, "frequency" : "Daily", "id" : 1, "is_active" : false, @@ -78,8 +78,8 @@ "reaction" : "BREW_DRINK_FROM_PLANT" }, { - "amount_left" : 1, - "amount_total" : 1, + "amount_left" : 2, + "amount_total" : 2, "frequency" : "Daily", "id" : 2, "is_active" : false,