From 3871a40ba2a0faddeabba0781561ed0fa957d632 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:59:54 +0100 Subject: only check for lords without troops or retinue during feed --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 192441a..6d1998e 100644 --- a/rules.js +++ b/rules.js @@ -11903,7 +11903,7 @@ exports.assert_state = function (state) { load_state(state) // assert_mutually_exclusive_lords() - if (game.state !== "battle_losses" && game.state !== "death_or_disband") + if (game.state === "feed") assert_all_lords_have_troops_or_retinue() if (is_levy_phase()) { -- cgit v1.2.3