From f6e4019ba90eb12ff01b1338df6d9304ffb71138 Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Sun, 25 Aug 2024 18:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=8A=E6=B1=90=E8=B7=B3?= =?UTF-8?q?=E5=87=BA=E6=88=98=E6=96=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/char/Jinhsi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/char/Jinhsi.py b/src/char/Jinhsi.py index 7c31126..deef016 100644 --- a/src/char/Jinhsi.py +++ b/src/char/Jinhsi.py @@ -61,7 +61,7 @@ class Jinhsi(BaseChar): start = time.time() animation_start = 0 last_op = 'resonance' - self.task.in_liberation = False + self.task.in_liberation = True while True: if time.time() - start > 6: self.logger.info(f'handle incarnation too long')