Skip to content

Commit

Permalink
Update for set11 encounter add one round
Browse files Browse the repository at this point in the history
Not tested yet
  • Loading branch information
anthony5301 authored Apr 5, 2024
1 parent 666e3c5 commit 2ddb4b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions game.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 2ddb4b3

Please sign in to comment.