diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-23 00:01:14 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-23 00:01:14 +0200 |
commit | b89fc742e2e40d9fc07f3a52463ce9bc457eabcc (patch) | |
tree | 546337aae81ed7f58505d5bd2d9e9372c2ecfe98 | |
parent | e5ce11b9d74c815ea0434980eee3b14ad0d37991 (diff) | |
download | plantagenet-b89fc742e2e40d9fc07f3a52463ce9bc457eabcc.tar.gz |
Add Burgundians if lord is levied at a port.
-rw-r--r-- | rules.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3105,6 +3105,8 @@ states.levy_lord_at_seat = { set_lord_moved(game.who, 1) muster_lord(game.who, loc) + levy_burgundians(game.who) + if (game.active === YORK) { add_york_favour(loc) remove_lancaster_favour(loc) |