0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-05 08:25:28 +00:00

修改大招检查

This commit is contained in:
firedcto@gmail.com 2024-07-27 23:48:33 +08:00
parent 91adbdbe9f
commit 696405f2fe

View File

@ -256,9 +256,7 @@ class BaseChar:
start = time.time()
last_click = 0
clicked = False
while self.liberation_available() or (
(clicked and time.time() - last_click < 0.5) and self.task.in_team()[
0]): # clicked and still in team wait for animation
while self.liberation_available(): # clicked and still in team wait for animation
self.logger.debug(f'click_liberation liberation_available click')
now = time.time()
if now - last_click > 0.1: