summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-29 20:46:45 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-29 20:46:45 +0200
commit5619c922e3060da937edb0ec2b0ca626795b5778 (patch)
treefd1f4897f31e0c1f45422a47ecc753501641ee38
parent699f3a01fb9d1627b380b63df93325163736c6e9 (diff)
downloadplantagenet-5619c922e3060da937edb0ec2b0ca626795b5778.tar.gz
fix richard iii
-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}.`)