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