mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 00:52:22 +00:00
Fix: 修复战术学院技能学满时卡住的问题
This commit is contained in:
parent
fa0a243df1
commit
d8683d4b95
@ -216,6 +216,9 @@ class RewardTacticalClass(UI, InfoHandler):
|
||||
continue
|
||||
if self.handle_popup_confirm():
|
||||
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) \
|
||||
and self.appear(TACTICAL_CLASS_START, offset=(30, 30)):
|
||||
self._tactical_books_choose()
|
||||
|
Loading…
Reference in New Issue
Block a user