Skip to content

Commit

Permalink
Added sleep time after carousel round
Browse files Browse the repository at this point in the history
Preventing right-clicking on unknown champions failed to display the information board and sell directly when jumping out from the portal.
  • Loading branch information
anthony5301 authored Mar 2, 2024
1 parent 7f6a102 commit b8cfb5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8cfb5d

Please sign in to comment.