diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-29 20:46:45 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-29 20:46:45 +0200 |
commit | 5619c922e3060da937edb0ec2b0ca626795b5778 (patch) | |
tree | fd1f4897f31e0c1f45422a47ecc753501641ee38 /rules.ts | |
parent | 699f3a01fb9d1627b380b63df93325163736c6e9 (diff) | |
download | plantagenet-5619c922e3060da937edb0ec2b0ca626795b5778.tar.gz |
fix richard iii
Diffstat (limited to 'rules.ts')
-rw-r--r-- | rules.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}.`) |