mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-14 15:31:10 +08:00
Fix: 修复战术学院技能学满时卡住的问题
This commit is contained in:
@@ -216,6 +216,9 @@ class RewardTacticalClass(UI, InfoHandler):
|
|||||||
continue
|
continue
|
||||||
if self.handle_popup_confirm():
|
if self.handle_popup_confirm():
|
||||||
continue
|
continue
|
||||||
|
if self.handle_urgent_commission(save_get_items=False):
|
||||||
|
# Only one button in the middle, when skill reach max level.
|
||||||
|
continue
|
||||||
if self.appear(TACTICAL_CLASS_CANCEL, offset=(30, 30), interval=1) \
|
if self.appear(TACTICAL_CLASS_CANCEL, offset=(30, 30), interval=1) \
|
||||||
and self.appear(TACTICAL_CLASS_START, offset=(30, 30)):
|
and self.appear(TACTICAL_CLASS_START, offset=(30, 30)):
|
||||||
self._tactical_books_choose()
|
self._tactical_books_choose()
|
||||||
|
|||||||
Reference in New Issue
Block a user