mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 21:27:01 +08:00
Add: Map logic fleet_2_push_forward, better support 7-1
- Predict fleets when having 2 fleet spawn_point but only 1 fleet detected
This commit is contained in:
@@ -68,8 +68,7 @@ class GridPredictor:
|
||||
if not self.is_enemy and not self.is_mystery:
|
||||
if self.predict_dynamic_red_border():
|
||||
self.enemy_genre = 'Siren_unknown'
|
||||
if self.config.MAP_HAS_MOVABLE_ENEMY:
|
||||
self.is_caught_by_siren = self.predict_siren_caught()
|
||||
self.is_caught_by_siren = self.predict_siren_caught()
|
||||
|
||||
if self.enemy_genre:
|
||||
self.is_enemy = True
|
||||
|
||||
Reference in New Issue
Block a user