summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-29 01:38:39 +0100
committerTor Andersson <tor@ccxvii.net>2024-10-29 01:38:39 +0100
commit45802984b67a050844077ee45ecc22458d44311b (patch)
treef1e58dd2cf6c1be7153222b11fe74f834c36422b /rules.js
parentf350952a89532d25da841b642c47c63703475e14 (diff)
downloadmaria-45802984b67a050844077ee45ecc22458d44311b.tar.gz
tweaks
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 2 insertions, 1 deletions
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()
}