1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: add auto select for bounty and scrimmage

This commit is contained in:
2023-11-30 14:21:19 +08:00
parent ecd4ba0a7c
commit 71da6fd996
8 changed files with 52 additions and 30 deletions
+2
View File
@@ -22,6 +22,8 @@ class ScrimmageUI(UI):
return False
def enter_stage(self, index: int) -> bool:
if not index:
index = SCRIMMAGE_LIST.insight_max_sweepable_index(self)
if SCRIMMAGE_LIST.select_index_enter(self, index, insight=False):
return True
return False