mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 09:59:24 +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