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