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