diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6666,7 +6666,7 @@ function count_unsetup_max() { states.setup_general = { inactive: "setup troops", prompt() { - prompt("Add troops to " + format_selected() + ".") + prompt("Allocate troops to " + format_selected() + ".") view.selected = game.selected let who = game.selected |