mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 04:27:00 +08:00
Add: 适配穹顶下的圣咏曲B1D1
- 修复精英舰队挡住弹药图标导致无法到达的问题 - 修复丢失预测导致的log报错 - 增加载入精英模板 - 修复碰磁BOSS
This commit is contained in:
@@ -158,7 +158,7 @@ class Fleet(Camera, MapOperation, AmbushHandler):
|
||||
raise MapWalkError('walk_out_of_step')
|
||||
|
||||
# Arrive
|
||||
if self.is_in_map() and grid.predict_fleet():
|
||||
if self.is_in_map() and (grid.predict_fleet() or grid.predict_current_fleet()):
|
||||
if not arrive_timer.started():
|
||||
logger.info(f'Arrive {location2node(location)}')
|
||||
arrive_timer.start()
|
||||
|
||||
Reference in New Issue
Block a user