diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-01-20 21:56:37 +0100 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-01-20 21:56:37 +0100 |
commit | e6d9bc55000925f2e92264ae2136bd8e497a51bf (patch) | |
tree | 3fa2ea234da423dbd02cb998d5c026d84a54fa79 /rules.js | |
parent | 6699a277a11b612d2eb30039c2742143e189660e (diff) | |
download | plantagenet-e6d9bc55000925f2e92264ae2136bd8e497a51bf.tar.gz |
Fix Event Y16
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4369,7 +4369,7 @@ states.levy_muster_lord = { if (eligible_kings_name()) { goto_kings_name("Levy Troops") } - if (is_event_in_play(EVENT_YORK_THE_COMMONS) && game.flags.loyalty_and_trust) { + if (is_event_in_play(EVENT_YORK_THE_COMMONS)) { push_undo() game.flags.commons_militia = 2 game.state = "the_commons" |