0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-07 09:25:34 +00:00

修复今汐跳出战斗

This commit is contained in:
firedcto@gmail.com 2024-08-25 18:37:39 +08:00
parent 12adf6dda2
commit f6e4019ba9

View File

@ -61,7 +61,7 @@ class Jinhsi(BaseChar):
start = time.time() start = time.time()
animation_start = 0 animation_start = 0
last_op = 'resonance' last_op = 'resonance'
self.task.in_liberation = False self.task.in_liberation = True
while True: while True:
if time.time() - start > 6: if time.time() - start > 6:
self.logger.info(f'handle incarnation too long') self.logger.info(f'handle incarnation too long')