summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 85cb012..19c9901 100644
--- a/rules.js
+++ b/rules.js
@@ -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)