mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: use offset for PROJECT_START
This commit is contained in:
@@ -596,7 +596,7 @@ class IslandProjectRun(IslandUI):
|
||||
continue
|
||||
last = product
|
||||
else:
|
||||
if self.appear_then_click(PROJECT_START, offset=(20,20), interval=2):
|
||||
if self.appear_then_click(PROJECT_START, offset=(100, 0), interval=2):
|
||||
timeout.reset()
|
||||
self.interval_clear(ISLAND_MANAGEMENT_CHECK)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user