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