From 228e44ee365834075913083da1923a8d5816a854 Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Thu, 14 Nov 2024 12:06:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=A4=BF=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=88=98=E6=96=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/char/Camellya.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/char/Camellya.py b/src/char/Camellya.py index 6bec71d..25c6010 100644 --- a/src/char/Camellya.py +++ b/src/char/Camellya.py @@ -5,6 +5,8 @@ class Camellya(BaseChar): def do_perform(self): self.click_liberation() + if self.click_echo(): + return self.switch_next_char() if self.is_con_full(): self.logger.info(f'confull') if self.click_resonance()[0]: