diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3442,7 +3442,7 @@ function goto_winter_turn() { game.score[pow].push(count_victory_markers_in_pool(pow)) if (is_intro()) { - if (game.turn === 10) { + if (game.turn === 12) { goto_game_over(player_from_power(P_AUSTRIA), "Austria survived 9 turns!") return } |