summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-06-10 12:35:20 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 12:53:18 +0100
commit38b208c6aa4ae84ba9409da1587a31830804a746 (patch)
tree17b49cc08bdebb67cd73b8114746e4133ac9e016
parente5a0479eb2d29ed075aca3cd4b751a8167133d62 (diff)
downloadhammer-of-the-scots-38b208c6aa4ae84ba9409da1587a31830804a746.tar.gz
Reword when battlefield control changes.
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index a91de73..a017627 100644
--- a/rules.js
+++ b/rules.js
@@ -1620,7 +1620,7 @@ function start_battle_round() {
if (game.battle_round === 2) {
if (count_defenders() === 0) {
log("Defending main force was eliminated.");
- log("The attacker is now the defender.");
+ log("Battlefield control changed.");
game.attacker[game.where] = ENEMY[game.attacker[game.where]];
} else if (count_attackers() === 0) {
log("Attacking main force was eliminated.");