From f179726ef1a4b283ab1c439486b18b12ae50bb1f Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:39:42 +0200 Subject: fix sail from exile box --- rules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3