1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-05-26 16:27:02 +00:00
5 changed files with 130 additions and 7 deletions

View File

@@ -165,10 +165,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):