From eb7276fa9c80743627c59ea83e83c3b54c31159e Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Fri, 28 Feb 2025 21:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B4=9B=E5=8F=AF=E5=8F=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/char/Roccia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/char/Roccia.py b/src/char/Roccia.py index d15a9a77..bb256a3a 100644 --- a/src/char/Roccia.py +++ b/src/char/Roccia.py @@ -21,7 +21,7 @@ def do_perform(self): self.can_plunge = True return self.switch_next_char() # self.wait_intro(time_out=1.4, click=True) - if self.time_elapsed_accounting_for_freeze(self.last_e) < 10 and self.is_forte_full() and self.resonance_available(): + if self.resonance_available(): self.click_liberation() if self.click_resonance()[0]: self.last_e = time.time()