diff --git a/game.py b/game.py index f324737..1684c0d 100644 --- a/game.py +++ b/game.py @@ -197,7 +197,7 @@ def encounter_round_setup(self) -> None: game_assets.ENCOUNTER_ROUNDS.add( self.round[0].split("-")[0] + "-" + str(index + 1) ) - if index+1 == 2 and int(self.round[0].split("-")[0]) <= 4: + if index+1 == 2 and 3 <= int(self.round[0].split("-")[0]) <= 4: game_assets.AUGMENT_ROUNDS.add( self.round[0].split("-")[0] + "-" + str(index + 2) )