mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Submarine popup when checkout os mission
This commit is contained in:
@@ -160,6 +160,11 @@ class MissionHandler(GlobeOperation, ZoneManager):
|
||||
|
||||
if self.appear_then_click(MISSION_CHECKOUT, offset=(20, 20), interval=2):
|
||||
continue
|
||||
if self.handle_popup_confirm('OS_MISSION_CHECKOUT'):
|
||||
# Popup: Submarine will retreat after exiting current zone.
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.is_zone_pinned():
|
||||
logger.info('Pinned at mission zone')
|
||||
self.globe_enter(zone=self.name_to_zone(72))
|
||||
|
||||
Reference in New Issue
Block a user