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:
parent
91adbdbe9f
commit
696405f2fe
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user