mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 08:07:23 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user