summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2024-02-13 14:43:12 +0100
committerteisuru <31881306+teisuru@users.noreply.github.com>2024-02-13 14:43:12 +0100
commit7a14caaea5c8f48f01ee87548966283f4e5b8556 (patch)
treeb6af8dc1a245c3c479020dac0131c2c5a3025a9c
parentd30bf33361648c024f3b05890a371896cc839f27 (diff)
downloadplantagenet-7a14caaea5c8f48f01ee87548966283f4e5b8556.tar.gz
fix L17 when not able to parley
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index d44bf53..9f37e61 100644
--- a/rules.js
+++ b/rules.js
@@ -4559,7 +4559,7 @@ function goto_levy_muster() {
// additionnal free specific actions
if (lord_has_capability(lord, AOW_LANCASTER_THOMAS_STANLEY))
game.flags.free_levy = 1
- if (is_event_in_play(EVENT_LANCASTER_MY_CROWN_IS_IN_MY_HEART))
+ if (is_event_in_play(EVENT_LANCASTER_MY_CROWN_IS_IN_MY_HEART) && can_action_parley_levy())
game.flags.free_parley_henry = 2
if (is_event_in_play(EVENT_YORK_GLOUCESTER_AS_HEIR))
game.flags.free_parley_gloucester = 3