0
0
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:
firedcto@gmail.com 2025-04-04 09:28:32 +08:00
parent 1de903320e
commit 28ebd8c2d7

View File

@ -413,8 +413,8 @@ class BaseWWTask(BaseTask):
self.send_key('a', down_time=0.05)
self.sleep(0.5)
continue
self.walk_to_box(self.find_echo, time_out=15, end_condition=self.pick_echo)
return True
picked = self.walk_to_box(self.find_echo, time_out=15, end_condition=self.pick_echo)
return picked
def incr_drop(self, dropped):
if dropped: