summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules.js b/rules.js
index f8ccf2c..776a2b2 100644
--- a/rules.js
+++ b/rules.js
@@ -3270,12 +3270,10 @@ states.move = {
let rommel1 = (game.rommel === 1) ? 1 : 0
let rommel2 = (game.rommel === 2) ? 1 : 0
- if (game.to1) view.to1 = game.to1
- if (game.to2) view.to2 = game.to2
-
if (game.selected < 0) {
view.prompt = `Move: Select unit to move.`
+ show_move_commands()
// Select Group Move 1
if (!game.to1 && game.from1) {