mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-30 14:23:51 +08:00
Fix: MAP_WALK_USE_CURRENT_FLEET detected early fleet arrive at boss
This commit is contained in:
@@ -376,7 +376,10 @@ class Fleet(Camera, AmbushHandler):
|
|||||||
elif may_submarine_icon and grid.predict_current_fleet():
|
elif may_submarine_icon and grid.predict_current_fleet():
|
||||||
arrive_predict = '(may_submarine_icon, is_current_fleet)'
|
arrive_predict = '(may_submarine_icon, is_current_fleet)'
|
||||||
arrive_checker = True
|
arrive_checker = True
|
||||||
elif self.config.MAP_WALK_USE_CURRENT_FLEET and grid.predict_current_fleet():
|
elif self.config.MAP_WALK_USE_CURRENT_FLEET \
|
||||||
|
and expected != 'combat_boss' \
|
||||||
|
and not ('combat' in expected and grid.may_boss) \
|
||||||
|
and grid.predict_current_fleet():
|
||||||
arrive_predict = '(MAP_WALK_USE_CURRENT_FLEET, is_current_fleet)'
|
arrive_predict = '(MAP_WALK_USE_CURRENT_FLEET, is_current_fleet)'
|
||||||
arrive_checker = True
|
arrive_checker = True
|
||||||
elif walk_timeout.reached() and grid.predict_current_fleet():
|
elif walk_timeout.reached() and grid.predict_current_fleet():
|
||||||
|
|||||||
Reference in New Issue
Block a user