From 88cb72429f29716a44fa0fa81dffeb319ccc19fe Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 3 Jan 2023 16:16:58 +0100 Subject: Give priority to "selected" and "action" over "command" highlighting. --- rules.js | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index cafb883..c8b59b0 100644 --- a/rules.js +++ b/rules.js @@ -1,23 +1,18 @@ "use strict" -// TODO: lift_siege / besieged needs checking! -// TODO: remove_legate_if_endangered needs checking! - -// TODO: clean up and use play_card/discard_card/remove_card helpers - // TODO: hit remainders // TODO: choose crossbow/normal hit application order - // TODO: Ambush // TODO: Bridge - kn, sgt, 1x lh, maa, militia, serf, lh, ah +// TODO: Lodya capability during supply! +// TODO: 2nd edition supply rule - no reuse of transports +// TODO: lift_siege / besieged needs checking! +// TODO: remove_legate_if_endangered needs checking! // TODO: precompute distance to supply lines for faster supply path rejection // TODO - precompute possible supply lines for faster rejections // Use BFS for winter/rasputitsa supply -// TODO: Lodya capability during supply! -// TODO: 2nd edition supply rule - no reuse of transports - // TODO: show command lord different from selected lord (inactive player) // TODO: show siegeworks + walls on battle mat for protection indication // TODO: show feed x2 on lord mats with > 6 units -- cgit v1.2.3