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

fix: sweep event

This commit is contained in:
RedDeadDepresso 2023-12-26 18:39:43 +00:00
parent 1ff5b3be7c
commit 0caf140385

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)