fix badly canceled tie-break series
This commit is contained in:
parent
72f80563f1
commit
9b28e85557
4 changed files with 4 additions and 5 deletions
|
|
@ -276,7 +276,6 @@ class TieResolver:
|
|||
)
|
||||
)
|
||||
|
||||
# FIXME lost tokens used for narrative tie-break (ContextType.OBJECTIVE)
|
||||
@staticmethod
|
||||
def cancel_tie_break(
|
||||
war: War,
|
||||
|
|
@ -295,8 +294,6 @@ class TieResolver:
|
|||
isinstance(ev, TieResolved)
|
||||
and ev.context_type == context.context_type
|
||||
and ev.context_id == context.context_id
|
||||
and ev.score_value == context.score_value
|
||||
and ev.objective_id == context.objective_id
|
||||
)
|
||||
)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue