Skip to content

Commit 2ddb4b3

Browse files
authored
Update for set11 encounter add one round
Not tested yet
1 parent 666e3c5 commit 2ddb4b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

game.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ def encounter_round_setup(self) -> None:
193193
game_assets.ENCOUNTER_ROUNDS.add(
194194
self.round[0].split("-") + "-" + str(index + 1)
195195
)
196+
if index+1 == 2:
197+
game_assets.AUGMENT_ROUNDS.add(
198+
self.round[0].split("-") + "-" + str(index + 1)
199+
)
196200

197201
def second_round(self) -> None:
198202
"""Move unknown champion to board after first carousel"""

0 commit comments

Comments
 (0)