From 8bedd10f765bb14712a143d1fb8c8373601668da Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 7 Oct 2023 18:11:37 +0200 Subject: parley search fix --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 5f25ae0..40af7e7 100644 --- a/rules.js +++ b/rules.js @@ -3623,7 +3623,7 @@ function goto_parley() { // Campaign phase, and current location is no cost (except some events), and always successful. if (game.what.length === 2 && get_lord_locale(game.command) === game.what[0]) { - shift_favour_toward(game.what[0].locale) + shift_favour_toward(game.what[0]) end_parley() return } -- cgit v1.2.3