1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 19:48:21 +08:00

Fix: Retire confirm end at EQUIP_CONFIRM cause game is slow to process

This commit is contained in:
LmeSzinc
2023-06-14 12:25:18 +08:00
parent ca5f565626
commit 4aeb859153

View File

@@ -113,10 +113,10 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
self.interval_clear(GET_ITEMS_1)
continue
if self.appear_then_click(EQUIP_CONFIRM, offset=(30, 30), interval=2):
executed = True
continue
if self.appear_then_click(EQUIP_CONFIRM_2, offset=(30, 30), interval=2):
self.interval_clear(GET_ITEMS_1)
executed = True
continue
if self.appear(GET_ITEMS_1, offset=(30, 30), interval=2):
self.device.click(GET_ITEMS_1_RETIREMENT_SAVE)