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

Fix: 修复精英检测

- 修复红框会越到下面一个格子的问题
- 修复BD图红框闪烁检测的问题
This commit is contained in:
LmeSzinc
2020-04-25 02:09:27 +08:00
parent 4e58edadbd
commit f9b2a9358b
5 changed files with 19 additions and 4 deletions

View File

@@ -429,8 +429,8 @@ class Fleet(Camera, MapOperation, AmbushHandler):
for grid in grids:
if grid.is_boss:
appear = True
for grid in self.map:
grid.wipe_out()
for g in self.map:
g.wipe_out()
break
if appear: