summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files 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))