From 0018176ba5065652f50af30fd810e7b49311d925 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 29 Jun 2021 01:52:15 +0200 Subject: crusader: Clear 'moved' flag on retreat before combat. --- rules.js | 1 + 1 file changed, 1 insertion(+) (limited to 'rules.js') 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) -- cgit v1.2.3