From e4af9a046b96cbb31238a601d8d59dea50143f63 Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:17:47 +0100 Subject: fix for trust not him --- rules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.js b/rules.js index 87c3890..da601d6 100644 --- a/rules.js +++ b/rules.js @@ -8540,6 +8540,7 @@ states.for_trust_not_him = { inactive: "For trust not him \u2014 Select Lord", prompt() { let done = true + game.where = NOWHERE view.prompt = "Select a friendly lord" for (let lord = first_lancaster_lord; lord <= last_lancaster_lord; lord++) { if (is_lancaster_lord(lord) && get_lord_locale(lord) === game.battle.where) { -- cgit v1.2.3