mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Submarine popup when checkout os mission
This commit is contained in:
parent
b857f1aacd
commit
fa37aa7697
@ -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))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user