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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user