diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-04-23 10:39:42 +0200 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-04-23 10:39:42 +0200 |
commit | f179726ef1a4b283ab1c439486b18b12ae50bb1f (patch) | |
tree | d54ca704849d1671c89e903af940d2cdfe38743e | |
parent | 179af7817b6dc099a99cef261559a8b33d6f15af (diff) | |
download | plantagenet-f179726ef1a4b283ab1c439486b18b12ae50bb1f.tar.gz |
fix sail from exile box
-rw-r--r-- | rules.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3960,7 +3960,7 @@ function can_action_sail() { // at a seaport (or sea) let here = get_lord_locale(game.command) - if (!is_seaport(here) && !is_sea(here)) + if (!is_seaport(here) && !is_sea(here) && !is_exile_box(here)) return false // with enough ships to carry all the army |