From f9947e1db7e30029c9e80a339ecb4da21636a65d Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:12:43 +0800 Subject: [PATCH] Improve the recognition results of XayahRakan and Irelia, add first round check level --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.py b/game.py index db044be..c65ef7b 100644 --- a/game.py +++ b/game.py @@ -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()