From 830a87ca53a1a6b829dff538e9b610a5a6ac495c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 24 Nov 2024 23:33:10 +0100 Subject: sequence so all TCs are drawn before supply checks in Austria/PA segment. --- rules.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index c4e563f..515e40e 100644 --- a/rules.js +++ b/rules.js @@ -1443,12 +1443,13 @@ const advanced_sequence_of_play = [ { power: P_PRUSSIA, action: goto_prussia_annexes_silesia }, { power: P_AUSTRIA, action: start_action_stage }, + + { power: P_PRAGMATIC, action: goto_tactical_cards }, { power: P_AUSTRIA, action: goto_tactical_cards }, { power: P_SAXONY, action: goto_tactical_cards, condition: is_saxony_austrian }, + { power: P_AUSTRIA, action: goto_supply }, { power: P_SAXONY, action: goto_supply, condition: is_saxony_austrian }, - - { power: P_PRAGMATIC, action: goto_tactical_cards }, { power: P_PRAGMATIC, action: goto_supply }, // alternate moves on flanders starting with pragmatic army -- cgit v1.2.3