diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-13 10:42:04 +0100 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-13 10:42:04 +0100 |
commit | 719d306931a4b8da290b2a07e2384e93f8c4a9b7 (patch) | |
tree | e777ebfb5ae03af6b4a9fe35c88d36e99575df05 | |
parent | fe301c88d6360023cb321e9e49780d34eb325744 (diff) | |
download | plantagenet-719d306931a4b8da290b2a07e2384e93f8c4a9b7.tar.gz |
fix select locale after march
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9941,7 +9941,6 @@ function set_lord_feed_requirements() { function goto_feed() { log_br() - set_lord_feed_requirements() if (has_friendly_lord_who_must_feed()) { push_state("feed") @@ -10048,6 +10047,7 @@ states.feed_lord_shared = { function end_feed() { pop_state() + game.where = NOWHERE if (game.state !== "disembark") goto_remove_markers() } |