1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 04:31:30 +08:00

Fix: Handle pinned zone when moving in globe

- Fix: Get mission in zone [154|NA海域中心|NA OCEAN CENTRAL SECTOR|NA海域中心]
This commit is contained in:
LmeSzinc
2021-04-16 09:44:29 +08:00
parent 5a6a0e24b6
commit b914e017a4
3 changed files with 9 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ class OperationSiren(OSMap):
if not self.is_in_globe():
logger.warning('Trying to move in globe, but not in os globe map')
raise ScriptError('Trying to move in globe, but not in os globe map')
self.ensure_no_zone_pinned()
self.globe_update()
self.globe_focus_to(zone)
self.zone_type_select(types=types)