mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-07 01:15:18 +00:00
fix out of combat
This commit is contained in:
parent
69767bc5cc
commit
fae89f0bf8
@ -270,7 +270,7 @@ class BaseChar:
|
|||||||
self.task.in_liberation = True
|
self.task.in_liberation = True
|
||||||
if send_click:
|
if send_click:
|
||||||
self.task.click(interval=0.1)
|
self.task.click(interval=0.1)
|
||||||
if time.time() - start > 0:
|
if time.time() - start > 7:
|
||||||
self.task.raise_not_in_combat('too long a liberation, the boss was killed by the liberation')
|
self.task.raise_not_in_combat('too long a liberation, the boss was killed by the liberation')
|
||||||
self.task.next_frame()
|
self.task.next_frame()
|
||||||
self.task.in_liberation = False
|
self.task.in_liberation = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user