summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index eb3af37..2cebacf 100644
--- a/rules.js
+++ b/rules.js
@@ -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
}