1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 02:29:16 +08:00

Revert "Merge branch 'dev' of https://github.com/LmeSzinc/AzurLaneAutoScript into dev"

This reverts commit bdc5aa0720, reversing
changes made to 6ee7a62edf.
This commit is contained in:
whoamikyo
2020-08-18 20:47:27 -03:00
parent bdc5aa0720
commit ac9303012c
741 changed files with 8380 additions and 18943 deletions

View File

@@ -119,16 +119,16 @@ class Retirement(Enhancement):
if self.config.RETIRE_SR or self.config.RETIRE_SSR or self.config.RETIREMENT_METHOD == 'one_click_retire':
if self.handle_popup_confirm():
continue
if self.appear_then_click(SHIP_CONFIRM, offset=(30, 30), interval=2):
if self.appear_then_click(SHIP_CONFIRM, offset=30, interval=2):
continue
if self.appear_then_click(SHIP_CONFIRM_2, offset=(30, 30), interval=2):
if self.appear_then_click(SHIP_CONFIRM_2, offset=30, interval=2):
continue
if self.appear_then_click(EQUIP_CONFIRM, offset=(30, 30), interval=2):
if self.appear_then_click(EQUIP_CONFIRM, offset=30, interval=2):
continue
if self.appear_then_click(EQUIP_CONFIRM_2, offset=(30, 30), interval=2):
if self.appear_then_click(EQUIP_CONFIRM_2, offset=30, interval=2):
executed = True
continue
if self.appear(GET_ITEMS_1, offset=(30, 30)):
if self.appear(GET_ITEMS_1, interval=0.5):
self.device.click(GET_ITEMS_1_RETIREMENT_SAVE)
self.interval_reset(SHIP_CONFIRM)
continue