mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-16 02:19:53 +08:00
Fix: OS_CHECK may get detected while handling stories
This commit is contained in:
@@ -473,6 +473,8 @@ class ActionPointHandler(UI, MapEventHandler):
|
|||||||
self.device.click(ACTION_POINT_REMAIN_OS)
|
self.device.click(ACTION_POINT_REMAIN_OS)
|
||||||
continue
|
continue
|
||||||
if self.handle_map_event():
|
if self.handle_map_event():
|
||||||
|
# story is transparent, OS_CHECK may get detected while handling stories
|
||||||
|
self.interval_reset(OS_CHECK)
|
||||||
continue
|
continue
|
||||||
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(50, 50)):
|
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(50, 50)):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user