mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 17:57:01 +08:00
Add: SP in Dreamwaker's Butterfly
This commit is contained in:
@@ -316,7 +316,7 @@ class Fleet(Camera, AmbushHandler):
|
||||
def goto(self, location, optimize=True, expected=''):
|
||||
# self.device.sleep(1000)
|
||||
location = location_ensure(location)
|
||||
if (self.config.MAP_HAS_AMBUSH or self.config.MAP_HAS_FLEET_STEP) and optimize:
|
||||
if (self.config.MAP_HAS_AMBUSH or self.config.MAP_HAS_FLEET_STEP or self.config.MAP_HAS_PORTAL) and optimize:
|
||||
nodes = self.map.find_path(location, step=self.fleet_step)
|
||||
for node in nodes:
|
||||
try:
|
||||
|
||||
@@ -550,4 +550,3 @@ class Map(Fleet):
|
||||
|
||||
logger.warning('fleet_2_protect no siren approaching')
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user