0
0
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:
firedcto@gmail.com 2024-07-05 17:50:28 +08:00
parent 69767bc5cc
commit fae89f0bf8

View File

@ -270,7 +270,7 @@ class BaseChar:
self.task.in_liberation = True
if send_click:
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.next_frame()
self.task.in_liberation = False