summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/rules.js b/rules.js
index f5afb73..34d82c8 100644
--- a/rules.js
+++ b/rules.js
@@ -1858,16 +1858,6 @@ states.supply_done = {
function end_supply() {
delete game.supply
-
- // NOTE: Austria tactical card and supply steps after pragmatic
- if (game.power === P_AUSTRIA) {
- set_active_to_power(P_PRAGMATIC)
- goto_tactical_cards()
- return
- }
- if (game.power === P_PRAGMATIC)
- set_active_to_power(P_AUSTRIA)
-
next_sequence_of_play()
}