From 2ddb4b3e0ad0bff223fb7ff44b955e443e8ed3f1 Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Sat, 6 Apr 2024 05:07:36 +0800 Subject: [PATCH] Update for set11 encounter add one round Not tested yet --- game.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/game.py b/game.py index a8b362b..413787c 100644 --- a/game.py +++ b/game.py @@ -193,6 +193,10 @@ def encounter_round_setup(self) -> None: game_assets.ENCOUNTER_ROUNDS.add( self.round[0].split("-") + "-" + str(index + 1) ) + if index+1 == 2: + game_assets.AUGMENT_ROUNDS.add( + self.round[0].split("-") + "-" + str(index + 1) + ) def second_round(self) -> None: """Move unknown champion to board after first carousel"""