mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 09:01:45 +00:00
Fix: 修复活动图开荒模式下, 普通敌人图标被遮挡时识别为精英的问题
This commit is contained in:
parent
9339759197
commit
57f578686e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user