mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Adjustment for commission suffix judgement
This commit is contained in:
@@ -114,6 +114,8 @@ class RewardCommission(UI, InfoHandler):
|
||||
"""
|
||||
# Count Commission
|
||||
total = daily.add_by_eq(urgent)
|
||||
# Commissions with higher suffix are always below those with smaller suffix
|
||||
# Reverse the commission list to choose commissions with higher suffix first
|
||||
total = total[::-1]
|
||||
self.max_commission = 4
|
||||
for comm in total:
|
||||
|
||||
Reference in New Issue
Block a user