mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user