mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: Dropping clicks in 12-2 I4, where has green island above and predict as current fleet
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user