From daf592c048be381ac9ca6187d523e5ec22e2e37c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 4 Jan 2023 19:24:10 +0100 Subject: Fix Legate mustering lord not at his seat. --- rules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules.js b/rules.js index b5c0919..587817d 100644 --- a/rules.js +++ b/rules.js @@ -3580,7 +3580,8 @@ states.papal_legate_active = { // Seat of a Ready Lord without rolling if (is_lord_ready(lord)) { - gen_action_lord(lord) + if (is_lord_seat(lord, here)) + gen_action_lord(lord) } // Seat of a Lord on the Calendar -- cgit v1.2.3