Erase comment on Trifling Diplomat bird difficulty

The Trifling Diplomat does not have a Shadowy challenge at all for this
fascination, so the difficulty level is effectively zero.
This commit is contained in:
Jeremy Saklad 2021-07-08 16:15:35 -05:00
parent afbad8b532
commit a709f5404b
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 0 additions and 1 deletions

View File

@ -2209,7 +2209,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_BIRD])
model.Add(secondary_revenue == 50*compromising_documents).OnlyEnforceIf(actions[Buyer.THE_TRIFLING_DIPLOMAT_BIRD])
# TODO: Add actual difficulty level
model.Add(difficulty_level == 0).OnlyEnforceIf(actions[Buyer.THE_TRIFLING_DIPLOMAT_BIRD])
# The indirection is necessary for applying an enforcement literal