summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
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!";