From eff7568285cb5156210088c1b6ec4dbc28624054 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:58:22 +0800 Subject: [PATCH] Fix: Don't click investigate, too many meaningless interacts of them --- tasks/base/daemon.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/base/daemon.py b/tasks/base/daemon.py index 4b3cb40ea..572a3ebd5 100644 --- a/tasks/base/daemon.py +++ b/tasks/base/daemon.py @@ -27,16 +27,16 @@ class Daemon(RouteBase): # Story if self.appear_then_click(STORY_NEXT, interval=0.7): self.interval_reset(STORY_OPTION) - self.interval_reset(INTERACT_INVESTIGATE) + # self.interval_reset(INTERACT_INVESTIGATE) continue if self.appear_then_click(STORY_OPTION, interval=1): - self.interval_reset(INTERACT_INVESTIGATE) + # self.interval_reset(INTERACT_INVESTIGATE) continue # Map interact if self.appear_then_click(INTERACT_TREASURE, interval=1): continue - if self.appear_then_click(INTERACT_INVESTIGATE, interval=2): - continue + # if self.appear_then_click(INTERACT_INVESTIGATE, interval=2): + # continue if self.appear_then_click(INTERACT_COLLECT, interval=1): continue # Story teleport