From fca6f219eff58c84cc7d3f004582cda06027c675 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 18 May 2023 18:52:37 +0200 Subject: Fix player order after Censorship phase. --- rules.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules.js b/rules.js index fe89103..c5f20e1 100644 --- a/rules.js +++ b/rules.js @@ -1039,9 +1039,8 @@ states.censorship_phase = { log(game.active + " - Censorship") logi("C" + c) discard_card(c) + game.active = enemy_player() if (game.active === game.initiative) - game.active = enemy_player() - else goto_strategy_phase() }, } -- cgit v1.2.3