summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts2
1 files changed, 2 insertions, 0 deletions
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}.`)