mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Combat detection if fleet lock enabled in OS clear map
- Opt predict_sea remove non-blue grids
This commit is contained in:
@@ -12,9 +12,9 @@ class Combat(Combat_, MapEventHandler):
|
||||
Returns:
|
||||
bool: If enter combat.
|
||||
"""
|
||||
# if self.config.ENABLE_MAP_FLEET_LOCK and not self.is_in_map():
|
||||
# if self.is_combat_loading():
|
||||
# return True
|
||||
if not self.is_in_map():
|
||||
if self.is_combat_loading():
|
||||
return True
|
||||
|
||||
if self.appear(BATTLE_PREPARATION):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user