summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-09-02 22:07:12 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:27 +0100
commit064a1f0ec4d7859a378b36c7f6b5cdb05d4a1982 (patch)
treea9e49c3fa1f399f85756169f93e163e53edb5536 /rules.js
parent134fc1af7665829244da1a1cdaa93fe2b6b49448 (diff)
downloadrommel-in-the-desert-064a1f0ec4d7859a378b36c7f6b5cdb05d4a1982.tar.gz
Highlight movement destination hex when selecting hexside.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index ac40bde..19f9451 100644
--- a/rules.js
+++ b/rules.js
@@ -3627,6 +3627,7 @@ states.forced_march_via = {
prompt() {
view.prompt = `Move: Select which path to take.`
view.selected = game.hexside.who
+ view.selected_hexes = game.hexside.to
// view.path = {}
@@ -3658,6 +3659,7 @@ states.engage_via = {
prompt() {
view.prompt = `Move: Select which hex side to cross.`
view.selected = game.hexside.who
+ view.selected_hexes = game.hexside.to
// view.path = {}