mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 11:31:30 +08:00
Add: Suffix of Comission Supported
This commit is contained in:
@@ -114,6 +114,7 @@ class RewardCommission(UI, InfoHandler):
|
||||
"""
|
||||
# Count Commission
|
||||
total = daily.add_by_eq(urgent)
|
||||
total = total[::-1]
|
||||
self.max_commission = 4
|
||||
for comm in total:
|
||||
if comm.genre == 'event_daily':
|
||||
|
||||
Reference in New Issue
Block a user