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:
parent
8fe578615d
commit
04744d6f8c
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user