summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index 42fafdf..93e7ed2 100644
--- a/rules.ts
+++ b/rules.ts
@@ -2850,7 +2850,7 @@ states.muster_lord = {
// Add Transport
// TODO: 1.7.3 English Ships -- no more than 9 lords may have ships
- if (is_seaport(here) && get_lord_assets(game.command, SHIP) < 2)
+ if ((is_seaport(here) || is_exile_box(here)) && get_lord_assets(game.command, SHIP) < 2)
view.actions.take_ship = 1
if (can_add_transport(game.command, CART))