diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-07 18:11:37 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | 8bedd10f765bb14712a143d1fb8c8373601668da (patch) | |
tree | 4a7a194382ebb628ad4aaaa3095db35cccb59421 /rules.js | |
parent | c97f498510c222b8b89a8f35ece4ee37ec6cf978 (diff) | |
download | plantagenet-8bedd10f765bb14712a143d1fb8c8373601668da.tar.gz |
parley search fix
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |