mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 16:19:03 +08:00
Fix: Loop clicking between RAPID_TRAINING and ADD_NEW_STUDENT
This commit is contained in:
parent
09e68e13ba
commit
e3b9586a57
@ -391,7 +391,7 @@ class RewardTacticalClass(Dock):
|
||||
if not study_finished and self.appear(TACTICAL_CHECK, offset=(20, 20)):
|
||||
# Tactical page, has empty position
|
||||
if self.appear_then_click(ADD_NEW_STUDENT, offset=(800, 20), interval=1):
|
||||
self.interval_reset(TACTICAL_CHECK)
|
||||
self.interval_reset([TACTICAL_CHECK, RAPID_TRAINING])
|
||||
self.interval_clear([POPUP_CONFIRM, POPUP_CANCEL, GET_MISSION])
|
||||
continue
|
||||
if self.handle_rapid_training():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user