From 596babb1d37572dd00ac1098b4d83c29105b948c Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Sat, 23 Aug 2025 23:04:56 +0800 Subject: [PATCH] Fix: OS_CHECK may get detected while handling stories --- module/os_handler/action_point.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/os_handler/action_point.py b/module/os_handler/action_point.py index a66ed1810..d21b96782 100644 --- a/module/os_handler/action_point.py +++ b/module/os_handler/action_point.py @@ -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