mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Merge remote-tracking branch 'origin/master' into war_archives
This commit is contained in:
@@ -599,7 +599,7 @@ class AzurLaneConfig:
|
||||
self.RETIRE_AMOUNT = option['retire_amount'].split('_')[1]
|
||||
self.ENHANCE_FAVOURITE = to_bool(option['enhance_favourite'])
|
||||
self.ENHANCE_ORDER_STRING = option['enhance_order_string']
|
||||
for r in ['n', 'r', 'sr', 'ssr']:
|
||||
for r in ['n', 'r']:
|
||||
self.__setattr__(f'RETIRE_{r.upper()}', to_bool(option[f'retire_{r}']))
|
||||
|
||||
# Reward
|
||||
|
||||
Reference in New Issue
Block a user