mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Dropping clicks in 12-2 I4, where has green island above and predict as current fleet
This commit is contained in:
parent
8bb8b511fb
commit
c5ded5ad6b
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user