From b8cfb5d531d28a817fccb46d8eaa4ba6f36951e8 Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:27:22 +0800 Subject: [PATCH] Added sleep time after carousel round Preventing right-clicking on unknown champions failed to display the information board and sell directly when jumping out from the portal. --- game_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game_functions.py b/game_functions.py index 4e820492..9b96ed9b 100644 --- a/game_functions.py +++ b/game_functions.py @@ -42,6 +42,7 @@ def get_champ_carousel(tft_round: str) -> None: while tft_round == get_round(): mk_functions.right_click(screen_coords.CAROUSEL_LOC.get_coords()) sleep(0.7) + sleep(3) def check_alive() -> bool: # Refactor this function to use API