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

fix(scrimmage): add missing multiply of ap count

This commit is contained in:
YoursFunny 2023-11-22 21:58:38 +08:00
parent 8fe578615d
commit 04744d6f8c
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

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):