1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Fix: proper end condition to avoid premature exits

This commit is contained in:
nEEtdo0d
2021-07-19 10:59:19 -04:00
parent aa89d4f54b
commit b77135b9d6

View File

@@ -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):
"""