mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: T6 HT6 in Dreamwaker's Butterfly
- Fix prediction if movable enemy tracking lost - Only correct camera in ensure_edge_insight
This commit is contained in:
@@ -539,7 +539,7 @@ class Map(Fleet):
|
||||
approaching = nearby.select(is_siren=True)
|
||||
if approaching:
|
||||
grids = self.select_grids(approaching, sort=('cost_2', 'cost_1'))
|
||||
self.clear_chosen_enemy(grids[0])
|
||||
self.clear_chosen_enemy(grids[0], expected='siren')
|
||||
return True
|
||||
else:
|
||||
grids = nearby.delete(self.map.select(is_fleet=True))
|
||||
|
||||
Reference in New Issue
Block a user