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 3bc1da2 commit f9947e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def second_round(self) -> None:
if any(result):
break
self.arena.bench[result.index(True)] = "?"
for i in range(arena_functions.get_level()):
for _ in range(arena_functions.get_level()):
self.arena.move_unknown()
self.end_round_tasks()

Expand Down

0 comments on commit f9947e1

Please sign in to comment.