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