mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-06 04:19:06 +08:00
Fix: 修复活动图开荒模式下, 普通敌人图标被遮挡时识别为精英的问题
This commit is contained in:
@@ -133,7 +133,7 @@ class GridInfo:
|
|||||||
ignore_cleared (bool): Ignore is_cleared property.
|
ignore_cleared (bool): Ignore is_cleared property.
|
||||||
"""
|
"""
|
||||||
for item in ['boss', 'siren']:
|
for item in ['boss', 'siren']:
|
||||||
if info.enemy_scale:
|
if info.enemy_scale or self.enemy_scale:
|
||||||
break
|
break
|
||||||
if info.__getattribute__('is_' + item):
|
if info.__getattribute__('is_' + item):
|
||||||
flag = not info.is_fleet and not self.is_fleet
|
flag = not info.is_fleet and not self.is_fleet
|
||||||
|
|||||||
Reference in New Issue
Block a user