mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Fix: Don't click investigate, too many meaningless interacts of them
This commit is contained in:
parent
e1c8be79aa
commit
eff7568285
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user