Skip to content

Commit

Permalink
fix(api): kings tower should open consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
aentwist committed Aug 25, 2024
1 parent c38e858 commit d062ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/autoafk/activities.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def run_autobattle(settings: PushSettings, open_mode: Callable[[], None]) -> Non
def open_tower(tower: str) -> None:
touch_xy(500, 870)
wait_until_img_visible("labels/kingstower")
wait(0.5)
wait()

TOWER_LOCATIONS = {
"King's Tower": [500, 870],
Expand Down

0 comments on commit d062ca8

Please sign in to comment.