Skip to content

Commit d062ca8

Browse files
committed
fix(api): kings tower should open consistently
1 parent c38e858 commit d062ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/autoafk/activities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def run_autobattle(settings: PushSettings, open_mode: Callable[[], None]) -> Non
480480
def open_tower(tower: str) -> None:
481481
touch_xy(500, 870)
482482
wait_until_img_visible("labels/kingstower")
483-
wait(0.5)
483+
wait()
484484

485485
TOWER_LOCATIONS = {
486486
"King's Tower": [500, 870],

0 commit comments

Comments
 (0)