From 6af263a7df05a6928b48480dc336078159a26640 Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Sun, 18 Feb 2024 03:25:44 +0100 Subject: fix rebel supply depot --- rules.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index fb87677..98b8bc1 100644 --- a/rules.js +++ b/rules.js @@ -4141,6 +4141,8 @@ function can_play_parliaments_truce() { } function can_play_rebel_supply_depot() { + if (game.active === YORK) + return false if (game.group) { for (let lord of game.group) { if (get_lord_moved(lord) && is_seaport(get_lord_locale(game.command))) { -- cgit v1.2.3