summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 2 insertions, 1 deletions
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