summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-23 15:55:56 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:38 +0100
commitd4048c2c7c107fb74343fed686c4f28ca985a2a5 (patch)
tree032ff4a3e3e0f604606ee6f803dce63eabc0948c /rules.js
parent14848399ffa402370274e2e45b4600c0fcb0e1f7 (diff)
downloadcrusader-rex-d4048c2c7c107fb74343fed686c4f28ca985a2a5.tar.gz
crusader: Show number of combat rounds.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 805a581..c6bbcb6 100644
--- a/rules.js
+++ b/rules.js
@@ -3356,7 +3356,7 @@ function make_battle_view() {
if (game.combat_round == 0)
battle.title += " \u2014 Combat Deployment";
else
- battle.title += " \u2014 Round " + game.combat_round;
+ battle.title += " \u2014 Round " + game.combat_round + " of 3";
if (game.where == game.jihad) {
battle.jihad = game.attacker[game.where];
battle.title += " \u2014 Jihad!";