From 7e66481e744bd3a58b3e30014c856a48ba1a39e3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 20 Jan 2023 17:02:10 +0100 Subject: Always Growth. --- rules.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 5d43d7c..9d023e6 100644 --- a/rules.js +++ b/rules.js @@ -9916,15 +9916,12 @@ function goto_end_campaign() { set_active(P1) - if (game.scenario === "Crusade on Novgorod") { - if (game.turn === 8 || game.turn === 16) { - log_h2("Growth") - goto_growth() - return - } + if (current_turn() === 8 || current_turn() === 16) { + log_h2("Growth") + goto_growth() + } else { + goto_game_end() } - - goto_game_end() } function count_vp1() { -- cgit v1.2.3