1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Opt: Change"UseU522Skill" into "UseOpenOceanSupport"

This commit is contained in:
bookbug666
2022-07-29 03:08:31 +08:00
parent 85c0682773
commit 24bfef47e4
8 changed files with 24 additions and 24 deletions

View File

@@ -1149,8 +1149,8 @@ class Fleet(Camera, AmbushHandler):
"""
if not (self.is_call_submarine_at_boss and self.map.select(is_submarine_spawn_point=True)):
return False
if self.config.Submarine_DistanceToBoss == 'use_U522_skill':
logger.info('Going to use U522 skill, skip moving submarines')
if self.config.Submarine_DistanceToBoss == 'use_open_ocean_support':
logger.info('Going to use Open Ocean Support, skip moving submarines')
return False
boss = location_ensure(boss)