diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() } |