summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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
}