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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user