mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 18:19:16 +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:
@@ -108,6 +108,7 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
|||||||
if self.appear(GET_ITEMS_1, offset=(30, 30), interval=2):
|
if self.appear(GET_ITEMS_1, offset=(30, 30), interval=2):
|
||||||
self.device.click(GET_ITEMS_1_RETIREMENT_SAVE)
|
self.device.click(GET_ITEMS_1_RETIREMENT_SAVE)
|
||||||
self.interval_reset(SHIP_CONFIRM)
|
self.interval_reset(SHIP_CONFIRM)
|
||||||
|
executed = True
|
||||||
continue
|
continue
|
||||||
if self._unable_to_enhance \
|
if self._unable_to_enhance \
|
||||||
or self.config.Retirement_OldRetireSR \
|
or self.config.Retirement_OldRetireSR \
|
||||||
|
|||||||
Reference in New Issue
Block a user