mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-03 09:25:19 +00:00
修复今汐有时候不喷
This commit is contained in:
parent
92551c3a5b
commit
db46289480
@ -38,8 +38,6 @@ class Jinhsi(BaseChar):
|
||||
self.logger.info(
|
||||
f'switch priority max because has_intro {has_intro} incarnation {self.incarnation} incarnation_cd {self.incarnation_cd}')
|
||||
return Priority.MAX
|
||||
elif self.echo_available():
|
||||
return super().do_get_switch_priority(current_char, has_intro)
|
||||
else:
|
||||
return Priority.MIN
|
||||
|
||||
|
@ -3,10 +3,7 @@ from src.char.BaseChar import BaseChar
|
||||
|
||||
class Mortefi(BaseChar):
|
||||
def do_perform(self):
|
||||
if self.has_intro:
|
||||
self.wait_down()
|
||||
else:
|
||||
self.click_liberation()
|
||||
self.click_resonance()
|
||||
self.click_echo(sleep_time=0.1)
|
||||
self.click_liberation()
|
||||
self.click_resonance()
|
||||
self.click_echo()
|
||||
self.switch_next_char()
|
||||
|
Loading…
x
Reference in New Issue
Block a user