diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-26 20:25:29 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-26 20:25:29 +0200 |
commit | 6c52bbb9e39c111dee0c1d5f845876496c54c42f (patch) | |
tree | 727a37aaaa03afbf8f548bead9f11c56a9974691 /rules.js | |
parent | a39dd33d3d21a21cece01cc16d16d81526f90965 (diff) | |
download | maria-6c52bbb9e39c111dee0c1d5f845876496c54c42f.tar.gz |
fix turn display and end_supply
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() } |