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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user