1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 19:47:22 +08:00

Fix: Some OpSi missions are missed

This commit is contained in:
LmeSzinc
2022-04-03 11:53:28 +08:00
parent 93e94b81e2
commit 454a07723d
4 changed files with 6 additions and 1 deletions

View File

@@ -190,6 +190,9 @@ class MissionHandler(GlobeOperation, ZoneManager):
if confirm_timer.reached():
success = True
break
if self.appear_then_click(MISSION_OVERVIEW_ACCEPT_SINGLE, offset=(20, 20), interval=0.2):
confirm_timer.reset()
continue
if self.info_bar_count():
logger.info('Unable to accept missions, because reached the maximum number of missions')