mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 06:25:25 +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
|
continue
|
||||||
# Equip confirm
|
# Equip confirm
|
||||||
if self.appear_then_click(EQUIP_CONFIRM, offset=(30, 30), interval=2):
|
if self.appear_then_click(EQUIP_CONFIRM, offset=(30, 30), interval=2):
|
||||||
executed = True
|
|
||||||
continue
|
continue
|
||||||
if self.appear_then_click(EQUIP_CONFIRM_2, offset=(30, 30), interval=2):
|
if self.appear_then_click(EQUIP_CONFIRM_2, offset=(30, 30), interval=2):
|
||||||
self.interval_clear(GET_ITEMS_1)
|
self.interval_clear(GET_ITEMS_1)
|
||||||
|
executed = True
|
||||||
continue
|
continue
|
||||||
# Get items
|
# Get items
|
||||||
if self.appear(GET_ITEMS_1, offset=(30, 30), interval=2):
|
if self.appear(GET_ITEMS_1, offset=(30, 30), interval=2):
|
||||||
|
|||||||
Reference in New Issue
Block a user