mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: proper end condition to avoid premature exits
This commit is contained in:
parent
aa89d4f54b
commit
b77135b9d6
@ -296,8 +296,11 @@ class RewardMeowfficer(UI):
|
||||
continue
|
||||
|
||||
# End
|
||||
if confirm_timer.reached():
|
||||
break
|
||||
if self.appear(MEOWFFICER_FORT_CHECK, offset=(20, 20)):
|
||||
if confirm_timer.reached():
|
||||
break
|
||||
else:
|
||||
confirm_timer.reset()
|
||||
|
||||
def meow_fort(self):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user