From a1ca3a906f87764a3dfa160d7133e1030b40c2d9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 22 Aug 2024 22:02:22 +0200 Subject: British player should remove CUs for European War. --- rules.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 094fc8a..a396a9f 100644 --- a/rules.js +++ b/rules.js @@ -4403,9 +4403,10 @@ function end_remove_isolated_british_pc_segment() { function goto_end_phase() { if (has_flag(F_FRENCH_ALLIANCE_TRIGGERED) && !has_flag(F_EUROPEAN_WAR)) { + log("=b European War") set_flag(F_EUROPEAN_WAR) game.count = 2 - game.active = P_AMERICA + game.active = P_BRITAIN game.state = "european_war" set_flag(F_RESHUFFLE) return @@ -4437,6 +4438,7 @@ states.european_war = { }, space(where) { push_undo() + log("Removed CU from S" + where + ".") remove_british_cu(where, 1) if (--game.count === 0) game.state = "european_war_confirm" -- cgit v1.2.3