mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
refactor: reduce parameter of clear_filter_enemy()
This commit is contained in:
parent
207d27fc0c
commit
e023975944
@ -610,7 +610,7 @@ class Map(Fleet):
|
||||
logger.warning('fleet_2_protect no siren approaching')
|
||||
return False
|
||||
|
||||
def clear_filter_enemy(self, string, preserve=0, **kwargs):
|
||||
def clear_filter_enemy(self, string, preserve=0):
|
||||
"""
|
||||
if EnemyPriority_EnemyScaleBalanceWeight != default_mode
|
||||
Filter will be covered
|
||||
|
||||
Loading…
Reference in New Issue
Block a user