diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-01 19:10:14 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-01 19:10:14 +0200 |
commit | 581f1b5ece02ca17f7385e076b44012ecd988202 (patch) | |
tree | 21d781b78bda2fdde0dced1de4f274a6e4d1911b /rules.ts | |
parent | bf683ad099cb582fe6156ded8c58294f362dc29c (diff) | |
download | plantagenet-581f1b5ece02ca17f7385e076b44012ecd988202.tar.gz |
lose unused culverins at end of round 1
Diffstat (limited to 'rules.ts')
-rw-r--r-- | rules.ts | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |