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

Fix: [CN][JP] Close next skill popup

This commit is contained in:
LmeSzinc
2022-06-24 02:36:18 +08:00
parent a46b50edd7
commit ae59cc7fee
4 changed files with 5 additions and 0 deletions

View File

@@ -378,6 +378,10 @@ class RewardTacticalClass(UI):
# Entered dock accidentally
self.device.click(BACK_ARROW)
continue
if self.appear(SKILL_CONFIRM, offset=(20, 20), interval=3):
# Game auto pops up the next skill to learn, close it
self.device.click(BACK_ARROW)
continue
return True