summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2024-02-15 12:17:47 +0100
committerteisuru <31881306+teisuru@users.noreply.github.com>2024-02-15 12:17:47 +0100
commite4af9a046b96cbb31238a601d8d59dea50143f63 (patch)
treecc3c50ad37db0c30e391b58c502b15c2699ea9fa
parent0678cfbea57eec1e154a2cfb1534bd1df116ccc3 (diff)
downloadplantagenet-e4af9a046b96cbb31238a601d8d59dea50143f63.tar.gz
fix for trust not him
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
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) {