Skip to content

Commit

Permalink
Improve the recognition results of XayahRakan and Irelia, add first r…
Browse files Browse the repository at this point in the history
…ound check level
  • Loading branch information
anthony5301 authored Mar 24, 2024
1 parent c9ca181 commit 3bc1da2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ def second_round(self) -> None:
if any(result):
break
self.arena.bench[result.index(True)] = "?"
self.arena.move_unknown()
for i in range(arena_functions.get_level()):
self.arena.move_unknown()
self.end_round_tasks()

def carousel_round(self) -> None:
Expand Down

0 comments on commit 3bc1da2

Please sign in to comment.