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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user