diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |