summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 388497c..332336d 100644
--- a/rules.js
+++ b/rules.js
@@ -1260,7 +1260,7 @@ states.movement = {
function format_move(max) {
let n = max - game.count
if (game.major)
- return ` up to ${n} + 1 cities.`
+ return ` up to ${n} cities (${n+1} on main roads).`
return ` up to ${n} cities.`
}