From e6d9bc55000925f2e92264ae2136bd8e497a51bf Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:56:37 +0100 Subject: Fix Event Y16 --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 85eac7e..0d3f4f1 100644 --- a/rules.js +++ b/rules.js @@ -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" -- cgit v1.2.3