From ac0f6adbeff23cb6d10c9ae40a93b291174236a7 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Tue, 26 Jul 2022 13:25:45 -0500 Subject: [PATCH] fix: Correct value requirement of Exhibition buyer --- bonemarketsolver/solve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonemarketsolver/solve.py b/bonemarketsolver/solve.py index 2c48734..37c1e3b 100644 --- a/bonemarketsolver/solve.py +++ b/bonemarketsolver/solve.py @@ -1099,7 +1099,7 @@ def Solve(shadowy_level, bone_market_fluctuations = None, zoological_mania = Non model.AddIf(actions[Buyer.EXHIBITION], cp_model.BoundedLinearExpression(skeleton_in_progress, (110, 212)), implausibility == 0, - value >= 90000, + value >= 9000, antiquity >= 3, amalgamy == 0, primary_revenue == exhibition_payout,