1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 11:43:44 +08:00

Upd: [TW] SR_SSR_CONFIRM in retire

This commit is contained in:
LmeSzinc
2021-12-04 14:26:30 +08:00
parent bc9eb2f6d8
commit 9c3f1a2079
3 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ class Retirement(Enhancement):
or self.config.Retirement_RetireMode == 'one_click_retire':
if self.handle_popup_confirm('RETIRE_SR_SSR'):
continue
if self.config.SERVER == 'jp' and \
if self.config.SERVER in ['jp', 'tw'] and \
self.appear_then_click(SR_SSR_CONFIRM, offset=self._popup_offset, interval=2):
continue