mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 16:19:03 +08:00
Fix: Handle auto search reward after battle in OpSi semi auto
This commit is contained in:
parent
35a02d6d30
commit
19aa0de1b8
@ -8,6 +8,12 @@ from module.os_handler.port import PortHandler, PORT_ENTER
|
||||
|
||||
|
||||
class AzurLaneDaemon(DaemonBase, Combat, PortHandler):
|
||||
def _os_combat_expected_end(self):
|
||||
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(20, 50), interval=2):
|
||||
return False
|
||||
|
||||
return super()._os_combat_expected_end()
|
||||
|
||||
def run(self):
|
||||
while 1:
|
||||
self.device.screenshot()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user