From 6c52bbb9e39c111dee0c1d5f845876496c54c42f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 26 Oct 2024 20:25:29 +0200 Subject: fix turn display and end_supply --- rules.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'rules.js') 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() } -- cgit v1.2.3