mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Handle MEOWFFICER_INFO in meow_confirm
This commit is contained in:
parent
aa52b7c753
commit
da93ca3769
@ -63,6 +63,7 @@ class MeowfficerBuy(MeowfficerBase):
|
||||
"""
|
||||
# Here uses a simple click, to avoid clicking MEOWFFICER_BUY multiple times.
|
||||
# Retry logic is in meow_buy()
|
||||
logger.hr('Meow confirm')
|
||||
executed = False
|
||||
with self.stat.new(
|
||||
genre="meowfficer_buy",
|
||||
@ -93,6 +94,9 @@ class MeowfficerBuy(MeowfficerBase):
|
||||
self.interval_clear(MEOWFFICER_BUY)
|
||||
executed = True
|
||||
continue
|
||||
# Rare case that MEOWFFICER_INFO popups here
|
||||
if self.meow_additional():
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.appear(MEOWFFICER_BUY_ENTER, offset=(20, 20)) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user