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

Add: Finish all OS daily missions

- Opt: Skip selecting zone type if already selected at the right one
- Opt: Get zone name in init and after entering map
- Fix: os_init in port shop
This commit is contained in:
LmeSzinc
2021-04-14 20:47:23 +08:00
parent ca59000039
commit 1b07abaf4e
6 changed files with 133 additions and 11 deletions

View File

@@ -22,9 +22,6 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
self.update()
def map_init(self, map_=None):
if hasattr(self, 'zone') and self.zone is not None:
return False
self.get_current_zone()
map_ = OSCampaignMap()
map_.shape = self.zone.shape