Skip to content

Commit

Permalink
优化洛可可
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Feb 28, 2025
1 parent 4c22fd9 commit eb7276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/char/Roccia.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit eb7276f

Please sign in to comment.