1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Handle info_bar when get ship in Launch Ceremony commissions

This commit is contained in:
LmeSzinc 2020-07-22 19:14:44 +08:00
parent 03cb8bea33
commit ebf305b57a

View File

@ -230,6 +230,7 @@ class RewardTacticalClass(UI):
and self.appear(TACTICAL_CLASS_START, offset=(30, 30)):
self.device.sleep(0.3)
self.device.screenshot()
self.handle_info_bar() # info_bar appears when get ship in Launch Ceremony commissions
self._tactical_books_choose()
self.device.click(TACTICAL_CLASS_START)
self.interval_reset(TACTICAL_CLASS_CANCEL)