1
0
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:
LmeSzinc
2025-08-23 23:04:56 +08:00
parent f7d1eeab1b
commit 596babb1d3

View File

@@ -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