fix round tie loop + improve tie ranking
This commit is contained in:
parent
60d8e6ca15
commit
f339498f97
6 changed files with 99 additions and 110 deletions
|
|
@ -187,6 +187,7 @@ class Campaign:
|
|||
mission: str | None,
|
||||
description: str | None,
|
||||
) -> None:
|
||||
# TODO raise error if sector used in a closed round (potential tokens)
|
||||
if self.is_over:
|
||||
raise ForbiddenOperation("Can't update sector in a closed campaign.")
|
||||
sect = self.get_sector(sector_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue