summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-01 18:47:55 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-01 18:47:55 +0200
commite37414887694d21aba5e14ea5c46987c8ea79711 (patch)
tree807422ca69be0d5a594ad5de8160cfeb33e4fe8b
parent708b21aea1d82ff88c4fd857badbe742837c28ec (diff)
downloadplantagenet-e37414887694d21aba5e14ea5c46987c8ea79711.tar.gz
don't show command highlight in battle
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index e226592..050e445 100644
--- a/play.js
+++ b/play.js
@@ -280,6 +280,8 @@ function is_lord_in_battle(lord) {
}
function is_lord_command(ix) {
+ if (view.battle)
+ return false
return view.command === ix
}