mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 09:55:29 +08:00
Opt: Clear strongest enemy first when MAP_CLEAR_ALL_THIS_TIME is on
to prevent attacking strong enemies when out of ammo
This commit is contained in:
@@ -196,6 +196,8 @@ class Map(Fleet):
|
|||||||
kwargs['strongest'] = True
|
kwargs['strongest'] = True
|
||||||
elif target == 'S1_enemy_first':
|
elif target == 'S1_enemy_first':
|
||||||
kwargs['weakest'] = True
|
kwargs['weakest'] = True
|
||||||
|
elif self.config.MAP_CLEAR_ALL_THIS_TIME:
|
||||||
|
kwargs['strongest'] = True
|
||||||
grids = self.select_grids(grids, **kwargs)
|
grids = self.select_grids(grids, **kwargs)
|
||||||
|
|
||||||
if grids:
|
if grids:
|
||||||
|
|||||||
Reference in New Issue
Block a user