mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: os MISSION_CHECKOUT
This commit is contained in:
parent
55e452cf68
commit
b77f906dc3
@ -166,6 +166,12 @@ class MissionHandler(GlobeOperation, ZoneManager):
|
||||
logger.info('Already at mission zone')
|
||||
return 'already_at_mission_zone'
|
||||
|
||||
if self.appear_then_click(MISSION_CHECKOUT, offset=checkout_offset, interval=2):
|
||||
continue
|
||||
if self.handle_popup_confirm('OS_MISSION_CHECKOUT'):
|
||||
# Popup: Submarine will retreat after exiting current zone.
|
||||
continue
|
||||
|
||||
def os_mission_overview_accept(self, skip_first_screenshot=True):
|
||||
"""
|
||||
Accept all missions in mission overview.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user