mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: Upon the Shimmering Blue SP
This commit is contained in:
@@ -417,7 +417,7 @@ class Map(Fleet):
|
||||
Returns:
|
||||
bool: True if clear an enemy.
|
||||
"""
|
||||
if not self.config.MAP_HAS_SIREN:
|
||||
if not self.config.MAP_HAS_SIREN and not self.config.MAP_HAS_FORTRESS:
|
||||
return False
|
||||
|
||||
if self.config.FLEET_2:
|
||||
|
||||
Reference in New Issue
Block a user