mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: 增加复刻苍红的回响CD图, 国服热更又把地图视角改回去了
- 修复点击时报类型错误的问题 - 修复无透视图片不被更新的问题 - 增加了灭点和距点的log
This commit is contained in:
@@ -238,7 +238,7 @@ class Map(Fleet):
|
||||
logger.hr('Clear BOSS')
|
||||
grids = grids.sort(cost=True, weight=True)
|
||||
logger.info('Grids: %s' % str(grids))
|
||||
self.clear_chosen_enemy(grids[0], expected='boss')
|
||||
self.clear_chosen_enemy(grids[0])
|
||||
|
||||
logger.warning('BOSS not detected, trying all boss spawn point.')
|
||||
self.clear_potential_boss()
|
||||
|
||||
Reference in New Issue
Block a user