mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Adjustment for commission suffix judgement
This commit is contained in:
@@ -326,7 +326,7 @@ class Commission:
|
||||
return False
|
||||
if self.repeat_count != other.repeat_count:
|
||||
return False
|
||||
if self.suffix != other.suffix:
|
||||
if self.genre in ['extra_oil', 'night_oil'] and self.suffix != other.suffix:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user