From c19aa15193aa0279bf93a398bc1071ade135a317 Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Sat, 3 Jun 2023 18:06:53 +0200 Subject: Removal of heinrich sees the curia in Pay --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index a987d01..6b06d01 100644 --- a/rules.js +++ b/rules.js @@ -6648,8 +6648,8 @@ function can_pay_lord(lord) { function has_friendly_lord_who_may_be_paid() { if (game.active === YORK) { // Open a window to play Heinrich sees the Curia. - if (could_play_card(EVENT_TEUTONIC_HEINRICH_SEES_THE_CURIA) && can_play_heinrich_sees_the_curia()) - return true + /*if (could_play_card(EVENT_TEUTONIC_HEINRICH_SEES_THE_CURIA) && can_play_heinrich_sees_the_curia()) + return true*/ } for (let lord = first_friendly_lord; lord <= last_friendly_lord; ++lord) if (is_lord_on_map(lord) && can_pay_lord(lord)) -- cgit v1.2.3