Closed lvatrung closed 1 year ago
in manager.py search_mode only find sru (ARAM minions = ha)
@staticmethod
def _is_valid_name(name, entities_list, search_mode):
if isinstance(name, str):
name = name.lower()
if search_mode == 0:
return name in entities_list or name.startswith('practicetool')
if search_mode == 1:
return name.startswith('sru')
if search_mode == 2:
return name == 'turret'
yoyo, do you know how to make it target jungle mobs like in lane clear ? that would be so useful to clear these camps with kiting too
@lvatrung: Aram minions fixed (v13.15). @readyztw: It should attack jg monsters too.
ARAM minions can't find the target