1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 06:51:28 +08:00

Fix: handle game tips that infos skin feature when entering dock

This commit is contained in:
LmeSzinc
2025-05-29 22:47:40 +08:00
parent fe44724016
commit 6d7e43974a
4 changed files with 28 additions and 7 deletions

View File

@@ -383,6 +383,9 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
Returns:
bool: If retired.
"""
# 2025.05.29 game tips that infos skin feature when you enter dock
if self.handle_game_tips():
return True
if self._unable_to_enhance:
if self.appear_then_click(RETIRE_APPEAR_1, offset=(20, 20), interval=3):
self.interval_clear(IN_RETIREMENT_CHECK)