mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 22:59:17 +08:00
Transform GEMS_AUTO_SEARCH_FARMING
to ENABLE_AUTO_SEARCH
This commit is contained in:
@@ -129,7 +129,6 @@ class AzurLaneConfig:
|
||||
"""
|
||||
gems_farming
|
||||
"""
|
||||
GEMS_AUTO_SEARCH_FARMING = True
|
||||
GEMS_STAGE = '2-4'
|
||||
GEMS_FLEET_1 = 1
|
||||
GEMS_FLEET_2 = 6
|
||||
@@ -889,7 +888,6 @@ class AzurLaneConfig:
|
||||
|
||||
# Gems_farming
|
||||
option = config['Gems_farming']
|
||||
self.GEMS_AUTO_SEARCH_FARMING = to_bool(option['gems_auto_search_farming'])
|
||||
self.GEMS_STAGE = option['gems_stage']
|
||||
self.GEMS_FLEET_1 = int(option['gems_fleet_1'])
|
||||
self.GEMS_FLEET_2 = int(option['gems_fleet_2'])
|
||||
|
||||
Reference in New Issue
Block a user