mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Add: 适配了第六章
- 修复了两队进图, 只检测到一队时报错的问题 - 修复了碰磁boss刷新点报错的问题 - 修复了踩到弹药时, 下一次走路会超时的问题 - 调整了一些log
This commit is contained in:
@@ -79,7 +79,7 @@ class StrategyHandler(InfoBarHandler):
|
||||
self.strategy_set_execute(
|
||||
formation_index=expected_formation,
|
||||
sub_view=False,
|
||||
sub_hunt=self.config.SUBMARINE and self.config.SUBMARINE_MODE == 'hunt_only'
|
||||
sub_hunt=bool(self.config.SUBMARINE) and self.config.SUBMARINE_MODE == 'hunt_only'
|
||||
)
|
||||
self.__setattr__(f'fleet_{index}_formation_fixed', True)
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user