summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-01 19:10:14 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-01 19:10:14 +0200
commit581f1b5ece02ca17f7385e076b44012ecd988202 (patch)
tree21d781b78bda2fdde0dced1de4f274a6e4d1911b /rules.ts
parentbf683ad099cb582fe6156ded8c58294f362dc29c (diff)
downloadplantagenet-581f1b5ece02ca17f7385e076b44012ecd988202.tar.gz
lose unused culverins at end of round 1
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.ts b/rules.ts
index f0af8ed..44b5e65 100644
--- a/rules.ts
+++ b/rules.ts
@@ -7585,6 +7585,9 @@ function goto_battle_lord_rout() {
log_h5("Lord Rout")
+ // lose any unused culverins (from ravine/vanguard combo)
+ delete game.battle.culverins
+
set_active_defender()
if (will_any_friendly_lords_rout())
game.state = "battle_lord_rout"