mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 07:35:25 +08:00
Merge branch 'master' into dev
This commit is contained in:
@@ -593,7 +593,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