mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Poor sleep before recording meowfficer box drops
This commit is contained in:
parent
7e0a0508ed
commit
9c5f080b15
@ -91,7 +91,7 @@ class MeowfficerBuy(MeowfficerBase):
|
||||
continue
|
||||
if self.appear(GET_ITEMS_1, offset=5, interval=3):
|
||||
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.interval_clear(MEOWFFICER_BUY)
|
||||
executed = True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user