延长战斗中暂停ctap间隔
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
Elaina 2025-02-05 12:41:16 +08:00
parent e9a54e7321
commit 339239ade5

View file

@ -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