summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts12
1 files changed, 10 insertions, 2 deletions
diff --git a/rules.ts b/rules.ts
index 8fe3bfa..84b236f 100644
--- a/rules.ts
+++ b/rules.ts
@@ -6827,7 +6827,10 @@ states.regroup = {
]
},
pass() {
- goto_battle_lord_rout()
+ if (game.battle.step < 2)
+ game.state = "assign_hits"
+ else
+ goto_battle_lord_rout_2()
},
}
@@ -6893,7 +6896,7 @@ function end_regroup() {
if (game.battle.step < 2)
game.state = "assign_hits"
else
- goto_battle_lord_rout()
+ goto_battle_lord_rout_2()
}
// === 4.4.2 BATTLE ROUNDS ===
@@ -7979,6 +7982,11 @@ function goto_battle_lord_rout() {
return
}
+ goto_battle_lord_rout_2()
+}
+
+function goto_battle_lord_rout_2() {
+
log_h4("Lord Rout")
// lose any unused culverins (from ravine/vanguard combo)