1
0
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:
Cyunmi
2021-08-13 01:01:35 +08:00
parent 36d6870b0c
commit 21420d7645
4 changed files with 5 additions and 9 deletions

View File

@@ -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'])