Skip to content

Commit

Permalink
Merge pull request #305 from anthony5301/main
Browse files Browse the repository at this point in the history
Added sleep time after carousel round
  • Loading branch information
anthony5301 authored Mar 2, 2024
2 parents 7f6a102 + b8cfb5d commit 8230a3d
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 8230a3d

Please sign in to comment.