mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 12:41:30 +08:00
Fix: Poor sleep before recording meowfficer box drops
This commit is contained in:
@@ -91,7 +91,7 @@ class MeowfficerBuy(MeowfficerBase):
|
|||||||
continue
|
continue
|
||||||
if self.appear(GET_ITEMS_1, offset=5, interval=3):
|
if self.appear(GET_ITEMS_1, offset=5, interval=3):
|
||||||
if drop.save is True:
|
if drop.save is True:
|
||||||
drop.add(self.device.image)
|
drop.handle_add(self.device.image, before=2)
|
||||||
self.device.click(MEOWFFICER_BUY_SKIP)
|
self.device.click(MEOWFFICER_BUY_SKIP)
|
||||||
self.interval_clear(MEOWFFICER_BUY)
|
self.interval_clear(MEOWFFICER_BUY)
|
||||||
executed = True
|
executed = True
|
||||||
|
|||||||
Reference in New Issue
Block a user