From 5619c922e3060da937edb0ec2b0ca626795b5778 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 29 Apr 2024 20:46:45 +0200 Subject: fix richard iii --- rules.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.ts b/rules.ts index c754aa0..155c16c 100644 --- a/rules.ts +++ b/rules.ts @@ -9594,9 +9594,11 @@ states.my_kingdom_for_a_horse_muster = { game.state = "muster_lord" }, pass() { + apply_lordship_effects() game.state = "muster_lord" }, } + function replace_gloucester_with_richard_iii() { log(`Replaced L${LORD_GLOUCESTER_2} with L${LORD_RICHARD_III}.`) -- cgit v1.2.3