1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 08:07:23 +08:00
This commit is contained in:
2025-05-18 16:29:37 +08:00
15 changed files with 133 additions and 45 deletions

View File

@@ -131,7 +131,9 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
# Handled with dirty timeout, a better fix is required
logger.warning('Wait _retirement_confirm timeout, assume finished')
break
if self.appear(IN_RETIREMENT_CHECK, offset=(20, 20)):
# sometimes you have EQUIP_CONFIRM without black-blurred background
# EQUIP_CONFIRM and IN_RETIREMENT_CHECK appears
if self.appear(IN_RETIREMENT_CHECK, offset=(20, 20)) and not self.appear(EQUIP_CONFIRM, offset=(30, 30)):
if executed:
break
else: