1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 19:55:12 +00:00

fix: sweep event

This commit is contained in:
RedDeadDepresso 2023-12-26 18:39:43 +00:00 committed by YoursFunny
parent 3ac2009737
commit a241484e24
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -106,7 +106,7 @@ class MissionUI(UI, AP):
return False
def do_sweep(self, mode, num: int) -> bool:
if mode in ["N", "H"]:
if mode in ["N", "H", "E"]:
return MISSION_SWEEP.do_sweep(self, num=num)
else:
return SHARED_SWEEP.do_sweep(self, num=num)