mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-04-24 08:25:16 +00:00
优化背后的声骸拾取
This commit is contained in:
parent
28ebd8c2d7
commit
0678b6d62b
@ -407,7 +407,7 @@ class BaseWWTask(BaseTask):
|
||||
self.sleep(1)
|
||||
echo = self.find_echo()
|
||||
self.draw_boxes('echo', echo)
|
||||
if not echo or echo.center()[1] > self.height_of_screen(0.5):
|
||||
if not echo or echo.center()[1] > self.height_of_screen(0.55):
|
||||
if i == 3:
|
||||
return False
|
||||
self.send_key('a', down_time=0.05)
|
||||
|
Loading…
x
Reference in New Issue
Block a user