mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +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:
@@ -5,11 +5,12 @@ from module.logger import logger
|
||||
from module.map.map_operation import MapOperation
|
||||
from module.ocr.ocr import Ocr
|
||||
from module.os.assets import *
|
||||
from module.os.globe_zone import Zone, ZoneManager
|
||||
from module.os.globe_zone import Zone
|
||||
from module.os_handler.mission import MissionHandler
|
||||
from module.os_handler.port import PortHandler
|
||||
|
||||
|
||||
class OSMapOperation(MapOperation, PortHandler, ZoneManager):
|
||||
class OSMapOperation(MapOperation, MissionHandler, PortHandler):
|
||||
zone: Zone
|
||||
|
||||
def is_meowfficer_searching(self):
|
||||
|
||||
Reference in New Issue
Block a user