diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-29 01:52:15 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | 0018176ba5065652f50af30fd810e7b49311d925 (patch) | |
tree | fd7a09c36b4538ab9485e8fafd94205293d114c1 /rules.js | |
parent | 2f263f9f4ef7521cf246e228a573297569c953b3 (diff) | |
download | crusader-rex-0018176ba5065652f50af30fd810e7b49311d925.tar.gz |
crusader: Clear 'moved' flag on retreat before combat.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2403,6 +2403,7 @@ function sally_with_block(who) { function goto_retreat_after_combat() { console.log("RETREAT AFTER COMBAT"); + game.moved = {}; // withdraw all sallying blocks to castle. for (let b of game.sallying) |