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