From 828518a70b392b7e1c60fb4e50af3553bd3bd155 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 8 Jan 2023 17:06:52 +0100 Subject: Fix player turn order during Plow & Reap. --- rules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 4cb8ef6..3d7fe47 100644 --- a/rules.js +++ b/rules.js @@ -9301,9 +9301,10 @@ function check_campaign_victory() { function goto_end_campaign() { log_h1("End Campaign") + set_active(P1) + if (game.scenario === "Crusade on Novgorod") { if (game.turn === 8 || game.turn === 16) { - set_active(P1) log_h2("Growth") goto_growth() return -- cgit v1.2.3