diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2023-06-03 18:06:53 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:13:09 +0100 |
commit | c19aa15193aa0279bf93a398bc1071ade135a317 (patch) | |
tree | e0e9a9458ebc4f8830ddad5ceeb274a7c394802d | |
parent | 05b3ad24b9c4ec89dd30a188560f3aef8b8cc36a (diff) | |
download | plantagenet-c19aa15193aa0279bf93a398bc1071ade135a317.tar.gz |
Removal of heinrich sees the curia in Pay
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |