We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddc7d9 commit d64d4b2Copy full SHA for d64d4b2
1 file changed
module/os_handler/storage.py
@@ -38,6 +38,8 @@ def storage_enter(self, skip_first_screenshot=True):
38
# A game bug that AUTO_SEARCH_REWARD from the last cleared zone popups
39
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(50, 50), interval=3):
40
continue
41
+ if self.handle_map_event():
42
+ continue
43
44
self.handle_info_bar()
45
0 commit comments