diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-17 16:17:52 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:39 +0100 |
commit | 0e9f582c1f9dbb125c9911a1b2364502d6abc535 (patch) | |
tree | 5bdb02b8d02f047734ea3ffa604c85e658714188 | |
parent | 81765167835c1f547bc5e11a3259698b20e6b220 (diff) | |
download | nevsky-0e9f582c1f9dbb125c9911a1b2364502d6abc535.tar.gz |
Lift Siege after Avoid Battle.
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4862,6 +4862,8 @@ function avoid_battle_2() { set_lord_moved(lord, 1) } + lift_sieges() + game.march.avoid_to = 0 game.march.avoid_way = 0 resume_avoid_battle() |