summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2023-06-03 18:06:53 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:13:09 +0100
commitc19aa15193aa0279bf93a398bc1071ade135a317 (patch)
treee0e9a9458ebc4f8830ddad5ceeb274a7c394802d
parent05b3ad24b9c4ec89dd30a188560f3aef8b8cc36a (diff)
downloadplantagenet-c19aa15193aa0279bf93a398bc1071ade135a317.tar.gz
Removal of heinrich sees the curia in Pay
-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))