From 45802984b67a050844077ee45ecc22458d44311b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 29 Oct 2024 01:38:39 +0100 Subject: tweaks --- rules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 58bb707..1d57af3 100644 --- a/rules.js +++ b/rules.js @@ -9,6 +9,7 @@ OPTIMIZE: fewer/smarter/smaller lists, smarter power control checks OPTIMIZE: range checks instead of set checks UI: show TC modifiers in banner +UI: show objectives captured in banner */ @@ -1233,7 +1234,7 @@ function goto_place_hussars() { function end_place_hussars() { set_clear(game.moved) for (let p of all_hussars) - log("Hussar at S" + game.pos[p] + ".") + log("P" + p + " at S" + game.pos[p] + ".") next_sequence_of_play() } -- cgit v1.2.3