diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |