Remove comments on Diplomat difficulty

It has been confirmed that no Trifling Diplomat option is meant to have
a Shadowy check.
This commit is contained in:
Jeremy Saklad 2021-07-09 10:46:56 -05:00
parent a709f5404b
commit 12773d479e
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 0 additions and 2 deletions

View File

@ -2177,7 +2177,6 @@ def Solve(shadowy_level, bone_market_fluctuations, zoological_mania, occasional_
model.Add(primary_revenue == value - value_remainder + 50).OnlyEnforceIf(actions[Buyer.THE_TRIFLING_DIPLOMAT_ANTIQUITY])
model.Add(secondary_revenue == 50*antiquity_squared).OnlyEnforceIf(actions[Buyer.THE_TRIFLING_DIPLOMAT_ANTIQUITY])
# TODO: Add actual difficulty level
model.Add(difficulty_level == 0).OnlyEnforceIf(actions[Buyer.THE_TRIFLING_DIPLOMAT_ANTIQUITY])
# The indirection is necessary for applying an enforcement literal
@ -2240,7 +2239,6 @@ def Solve(shadowy_level, bone_market_fluctuations, zoological_mania, occasional_
model.Add(primary_revenue == value - value_remainder + 50).OnlyEnforceIf(actions[Buyer.THE_TRIFLING_DIPLOMAT_FISH])
model.Add(secondary_revenue == 50*compromising_documents).OnlyEnforceIf(actions[Buyer.THE_TRIFLING_DIPLOMAT_FISH])
# TODO: Add actual difficulty level
model.Add(difficulty_level == 0).OnlyEnforceIf(actions[Buyer.THE_TRIFLING_DIPLOMAT_FISH])
# The indirection is necessary for applying an enforcement literal