1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Fix: Handle map events when entering storage

This commit is contained in:
LmeSzinc
2024-04-23 00:13:31 +08:00
parent 1ddc7d9365
commit d64d4b2587

View File

@@ -38,6 +38,8 @@ class StorageHandler(GlobeOperation, ZoneManager):
# A game bug that AUTO_SEARCH_REWARD from the last cleared zone popups
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(50, 50), interval=3):
continue
if self.handle_map_event():
continue
self.handle_info_bar()