mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-04-04 03:21:20 +08:00
Add: Suffix of Comission Supported
This commit is contained in:
parent
4212a87211
commit
33f1b3b349
@ -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':
|
||||
|
@ -326,6 +326,8 @@ class Commission:
|
||||
return False
|
||||
if self.repeat_count != other.repeat_count:
|
||||
return False
|
||||
if self.suffix != other.suffix:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user