From b7ab205b3c5b9c37a27a55a8e6ad3bc42fc7c994 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 11 Nov 2024 20:38:37 +0100 Subject: Capture British generals when placing Rochambeau. --- rules.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.js b/rules.js index 13baacf..c287d2a 100644 --- a/rules.js +++ b/rules.js @@ -4246,6 +4246,8 @@ states.place_rochambeau = { log("Placed 5 CU and Rochambeau at S" + to + ".") move_general(ROCHAMBEAU, to) move_french_cu(FRENCH_REINFORCEMENTS, to, 5) + if (has_enemy_general(to)) + capture_enemy_general(to) if (count_friendly_generals(to) > 1) game.state = "remove_general_rochambeau" else -- cgit v1.2.3