Actions
Bug #324
closedAllied victory not working if all players allied before anybody defeated
Start date:
03/20/2024
Due date:
% Done:
0%
Estimated time:
Description
check_for_game_over() has guard "if (0 < defeated)" for the block that includes also check for allied victory. Thus allied victory is not possible if nobody has been defeated before it. That breaks the case where all players form an alliance without anybody getting defeated.
Files
Actions