mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: retirement confirm should end with EQUIP_CONFIRM_2
This commit is contained in:
@@ -138,10 +138,10 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
||||
continue
|
||||
# Equip confirm
|
||||
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
|
||||
# Get items
|
||||
if self.appear(GET_ITEMS_1, offset=(30, 30), interval=2):
|
||||
|
||||
Reference in New Issue
Block a user