1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Fix: Daily mission at current zone

- Fix: ASH_ENTER_CONFIRM button moving
This commit is contained in:
LmeSzinc
2021-04-22 21:05:39 +08:00
parent a5468082db
commit af6c976a26
4 changed files with 32 additions and 5 deletions

View File

@@ -60,6 +60,8 @@ class Zone:
class ZoneManager:
zone: Zone
@cached_property
def zones(self):
"""
@@ -119,7 +121,7 @@ class ZoneManager:
Zone:
"""
zone = self.name_to_zone(zone)
ports = self.zones.select(is_azur_port=True)
ports = self.zones.select(is_azur_port=True).delete(SelectedGrids([self.zone]))
# In same region
for port in ports:
if zone.region == port.region: