diff options
-rw-r--r-- | rules.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6193,6 +6193,10 @@ function end_imperial_election() { game.flags |= F_EMPEROR_FRANCE } game.flags &= ~F_IMPERIAL_ELECTION + + if (check_instant_victory()) + return + goto_start_turn() } |