mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Add: T4 HT4 in Dreamwaker's Butterfly
- Fix use boss fleet as mob when push_forward and triggered enemy round - Opt speed up minitouch
This commit is contained in:
@@ -481,6 +481,7 @@ class Map(Fleet):
|
||||
grids = self.map.select(is_land=False).sort('weight', 'cost')
|
||||
if self.map[self.fleet_2_location].weight <= grids[0].weight:
|
||||
logger.info('Fleet_2 pushed to destination')
|
||||
self.fleet_1.switch_to()
|
||||
return False
|
||||
|
||||
fleets = SelectedGrids([self.map[self.fleet_1_location], self.map[self.fleet_2_location]])
|
||||
|
||||
Reference in New Issue
Block a user