mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 11:07: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):
|
if self.appear_then_click(MISSION_CHECKOUT, offset=(20, 20), interval=2):
|
||||||
continue
|
continue
|
||||||
|
if self.handle_popup_confirm('OS_MISSION_CHECKOUT'):
|
||||||
|
# Popup: Submarine will retreat after exiting current zone.
|
||||||
|
continue
|
||||||
|
|
||||||
|
# End
|
||||||
if self.is_zone_pinned():
|
if self.is_zone_pinned():
|
||||||
logger.info('Pinned at mission zone')
|
logger.info('Pinned at mission zone')
|
||||||
self.globe_enter(zone=self.name_to_zone(72))
|
self.globe_enter(zone=self.name_to_zone(72))
|
||||||
|
|||||||
Reference in New Issue
Block a user