1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 10:58:21 +08:00

Fix: Dropping clicks in 12-2 I4, where has green island above and predict as current fleet

This commit is contained in:
LmeSzinc
2021-02-13 02:42:50 +08:00
parent 8bb8b511fb
commit c5ded5ad6b

View File

@@ -198,7 +198,7 @@ class Fleet(Camera, AmbushHandler):
self.enemy_searching_color_initial()
grid.__str__ = location
result = 'nothing'
if not grid.predict_current_fleet():
if not (grid.predict_fleet() and grid.predict_current_fleet()):
self.device.click(grid)
arrived = False
# Wait to confirm fleet arrived. It does't appear immediately if fleet in combat.