This commit is contained in:
parent
e9a54e7321
commit
339239ade5
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ class FightMixin:
|
|||
and self.find("fight/pause")
|
||||
and not self.find("sss/start_directly")
|
||||
):
|
||||
self.ctap((1800, 80), 3)
|
||||
self.ctap((1800, 80))
|
||||
|
||||
def pause(self):
|
||||
logger.info("暂停")
|
||||
|
@ -143,7 +143,7 @@ class FightMixin:
|
|||
and not self.find("fight/pause")
|
||||
and not self.find("sss/start_directly")
|
||||
):
|
||||
self.ctap((1800, 80), 3)
|
||||
self.ctap((1800, 80))
|
||||
|
||||
def toggle_speed(self):
|
||||
target = 1 if self.speed == 2 else 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue