mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Retirement failed to confirm ships after being used by GemsFarming
because they have no equipments, and no EQUIP_CONFIRM_2 click
This commit is contained in:
parent
fe79137d03
commit
ecce9336df
@ -108,6 +108,7 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
||||
if self.appear(GET_ITEMS_1, offset=(30, 30), interval=2):
|
||||
self.device.click(GET_ITEMS_1_RETIREMENT_SAVE)
|
||||
self.interval_reset(SHIP_CONFIRM)
|
||||
executed = True
|
||||
continue
|
||||
if self._unable_to_enhance \
|
||||
or self.config.Retirement_OldRetireSR \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user