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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user