1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 08:35:36 +08:00
This commit is contained in:
Horizon101011
2022-05-12 03:39:21 +08:00
142 changed files with 2203 additions and 542 deletions

View File

@@ -125,7 +125,8 @@ class Retirement(Enhancement):
def _retirement_quit(self):
def check_func():
return not self.appear(IN_RETIREMENT_CHECK)
return not self.appear(IN_RETIREMENT_CHECK) \
and not self.appear(DOCK_CHECK)
self.ui_back(check_button=check_func, skip_first_screenshot=True)