From dd744cc6e79ac604253981957210f383e9b7c4a5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 11 Oct 2023 23:08:36 +0200 Subject: oops! --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 7cdf118..8df8e9a 100644 --- a/rules.js +++ b/rules.js @@ -1400,7 +1400,7 @@ function has_locale_to_muster(lord) { // Else, can muster at any friendly seat (of a friendly lord who is also in play) for (let other = first_friendly_lord; other <= last_friendly_lord; other++) - if (!is_lord_in_play(other) && is_friendly_locale(data.lords[other].seat)) + if (is_lord_in_play(other) && is_friendly_locale(data.lords[other].seat)) return true // Tough luck! -- cgit v1.2.3