summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 6df687f..f5afb73 100644
--- a/rules.js
+++ b/rules.js
@@ -1109,6 +1109,7 @@ const sequence_of_play = [
{ power: P_FRANCE, action: start_action_stage },
{ power: P_FRANCE, action: goto_tactical_cards },
{ power: P_BAVARIA, action: goto_tactical_cards },
+ { power: P_FRANCE, action: goto_supply },
{ power: P_FRANCE, action: init_movement },
{ power: P_FRANCE, action: goto_movement_global },
{ power: P_FRANCE, action: end_movement },
@@ -1127,6 +1128,7 @@ const sequence_of_play = [
next_sequence_of_play()
},
},
+ { power: P_PRUSSIA, action: goto_supply },
{ power: P_PRUSSIA, action: init_movement },
{ power: P_PRUSSIA, action: goto_movement_global },
{ power: P_PRUSSIA, action: end_movement },
@@ -1136,6 +1138,7 @@ const sequence_of_play = [
{ power: P_PRUSSIA, action: goto_prussia_annexes_silesia },
{ power: P_AUSTRIA, action: start_action_stage },
+
{ power: P_AUSTRIA, action: goto_tactical_cards },
{
power: P_SAXONY,
@@ -1146,7 +1149,10 @@ const sequence_of_play = [
goto_tactical_cards()
},
},
+ { power: P_AUSTRIA, action: goto_supply },
+
{ power: P_PRAGMATIC, action: goto_tactical_cards },
+ { power: P_PRAGMATIC, action: goto_supply },
// alternate moves on flanders starting with pragmatic army
{ power: P_PRAGMATIC, action: init_movement },