summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2024-04-23 10:39:42 +0200
committerteisuru <31881306+teisuru@users.noreply.github.com>2024-04-23 10:39:42 +0200
commitf179726ef1a4b283ab1c439486b18b12ae50bb1f (patch)
treed54ca704849d1671c89e903af940d2cdfe38743e
parent179af7817b6dc099a99cef261559a8b33d6f15af (diff)
downloadplantagenet-f179726ef1a4b283ab1c439486b18b12ae50bb1f.tar.gz
fix sail from exile box
-rw-r--r--rules.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index 93e7ed2..d2924c2 100644
--- a/rules.ts
+++ b/rules.ts
@@ -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