From b89fc742e2e40d9fc07f3a52463ce9bc457eabcc Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 23 Apr 2024 00:01:14 +0200 Subject: Add Burgundians if lord is levied at a port. --- rules.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.ts b/rules.ts index e4cd1f2..34457b1 100644 --- a/rules.ts +++ b/rules.ts @@ -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) -- cgit v1.2.3