From 1e411905bf832ca8e59f3c1ade7f26952187d474 Mon Sep 17 00:00:00 2001
From: Tor Andersson <tor@ccxvii.net>
Date: Tue, 10 Dec 2024 14:23:31 +0100
Subject: fix typo in game end check for introductiory scenario

---
 rules.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 		}
-- 
cgit v1.2.3