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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user