From f482f25598cb5356c8df32670b78278860da6518 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 24 Dec 2022 13:45:28 +0100 Subject: Fix transition between capability discard and plan. --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index d4420ab..09a6f29 100644 --- a/rules.js +++ b/rules.js @@ -2877,9 +2877,9 @@ states.capability_discard = { function end_capability_discard() { set_active_enemy() if (game.active === P2) - goto_campaign_plan() - else goto_capability_discard() + else + goto_campaign_plan() } // === CAMPAIGN: PLAN === -- cgit v1.2.3