From e37414887694d21aba5e14ea5c46987c8ea79711 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 1 May 2024 18:47:55 +0200 Subject: don't show command highlight in battle --- play.js | 2 ++ 1 file changed, 2 insertions(+) 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 } -- cgit v1.2.3