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

fix(scrimmage): add missing multiply of ap count

This commit is contained in:
2023-11-22 21:58:38 +08:00
parent 8fe578615d
commit 04744d6f8c
+1 -1
View File
@@ -67,7 +67,7 @@ class Scrimmage(ScrimmageUI):
@property
def current_task_ap(self):
return self.task[0][4]
return self.task[0][4] * self.current_count
@property
def current_ticket(self):