1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 19:33:33 +08:00

Fix: Poor sleep before recording meowfficer box drops

This commit is contained in:
LmeSzinc
2022-04-28 23:38:30 +08:00
parent 7e0a0508ed
commit 9c5f080b15

View File

@@ -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