From b4ecadf24616d07aa79458437850f4a7b8b7e6e3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 23 Apr 2024 14:59:38 +0200 Subject: move Stafford Estates to beginning of campaign --- rules.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/rules.ts b/rules.ts index 01cb523..fcc8007 100644 --- a/rules.ts +++ b/rules.ts @@ -3423,6 +3423,13 @@ states.campaign_plan = { function end_campaign_plan() { set_active(P1) + + if (lord_has_capability(LORD_BUCKINGHAM, AOW_LANCASTER_STAFFORD_ESTATES)) { + // logcap(AOW_LANCASTER_STAFFORD_ESTATES) + add_lord_assets(LORD_BUCKINGHAM, COIN, 1) + add_lord_assets(LORD_BUCKINGHAM, PROV, 1) + } + goto_command_activation() } @@ -8471,10 +8478,6 @@ function tides_calc() { } function goto_tides_of_war() { - if (lord_has_capability(LORD_BUCKINGHAM, AOW_LANCASTER_STAFFORD_ESTATES)) { - add_lord_assets(LORD_BUCKINGHAM, COIN, 1) - add_lord_assets(LORD_BUCKINGHAM, PROV, 1) - } tides_calc() if (eligible_charity()) { goto_we_done_deeds_of_charity() -- cgit v1.2.3