summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 424cbd2..a53cc06 100644
--- a/rules.js
+++ b/rules.js
@@ -5873,6 +5873,9 @@ function can_action_parley_command() {
if (game.actions <= 0)
return false
+ if (is_lord_at_sea(game.active))
+ return false
+
if (!is_first_action() && game.active === YORK && is_event_in_play(EVENT_LANCASTER_NEW_ACT_OF_PARLIAMENT))
return false