fix: Correct value requirement of Exhibition buyer

This commit is contained in:
Jeremy Saklad 2022-07-26 13:25:45 -05:00
parent aeaaf77900
commit ac0f6adbef
Signed by: Jeremy Saklad
GPG Key ID: 94B02EA3D0B6481B
1 changed files with 1 additions and 1 deletions

View File

@ -1099,7 +1099,7 @@ def Solve(shadowy_level, bone_market_fluctuations = None, zoological_mania = Non
model.AddIf(actions[Buyer.EXHIBITION], model.AddIf(actions[Buyer.EXHIBITION],
cp_model.BoundedLinearExpression(skeleton_in_progress, (110, 212)), cp_model.BoundedLinearExpression(skeleton_in_progress, (110, 212)),
implausibility == 0, implausibility == 0,
value >= 90000, value >= 9000,
antiquity >= 3, antiquity >= 3,
amalgamy == 0, amalgamy == 0,
primary_revenue == exhibition_payout, primary_revenue == exhibition_payout,