mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -189,7 +189,8 @@ class MissionHandler(GlobeOperation, ZoneManager):
|
||||
self.os_map_goto_globe(unpin=False)
|
||||
# is_in_globe
|
||||
self.ui_click(MISSION_OVERVIEW_ENTER, check_button=MISSION_OVERVIEW_CHECK,
|
||||
offset=(200, 20), retry_wait=3, skip_first_screenshot=True)
|
||||
offset=(200, 20), retry_wait=3, additional=self.handle_manjuu,
|
||||
skip_first_screenshot=True)
|
||||
|
||||
# MISSION_OVERVIEW_CHECK
|
||||
success = True
|
||||
@@ -200,6 +201,8 @@ class MissionHandler(GlobeOperation, ZoneManager):
|
||||
self.device.screenshot()
|
||||
|
||||
# End
|
||||
if self.handle_manjuu():
|
||||
continue
|
||||
if self.info_bar_count():
|
||||
logger.info('Unable to accept missions, because reached the maximum number of missions')
|
||||
success = False
|
||||
|
||||
Reference in New Issue
Block a user