1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 08:45:25 +08:00

withdraw when emotion is low

This commit is contained in:
Cyunmi
2021-08-12 07:58:03 +08:00
parent a323695cb2
commit 59702082af
6 changed files with 57 additions and 45 deletions

View File

@@ -888,7 +888,7 @@ class AzurLaneConfig:
# Gems_farming
option = config['Gems_farming']
self.GEMS_AUTO_SEARCH_FARMING = option['gems_auto_search_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'])