mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: Handle Akashi's shop
- Opt: Detect ash beacon before starting auto search - Fix: Handle siren scanning device when running auto search - Opt: Ensure current zone is cleared before switching map
This commit is contained in:
@@ -2,7 +2,6 @@ from module.base.timer import Timer
|
||||
from module.logger import logger
|
||||
from module.os_handler.assets import *
|
||||
from module.os_handler.shop import ShopHandler
|
||||
from module.ui.ui import UI
|
||||
|
||||
# Azur Lane ports have PORT_GOTO_MISSION, PORT_GOTO_SUPPLY, PORT_GOTO_DOCK.
|
||||
# Red axis ports have PORT_GOTO_SUPPLY.
|
||||
@@ -10,7 +9,7 @@ from module.ui.ui import UI
|
||||
PORT_CHECK = PORT_GOTO_SUPPLY
|
||||
|
||||
|
||||
class PortHandler(UI, ShopHandler):
|
||||
class PortHandler(ShopHandler):
|
||||
def port_enter(self, skip_first_screenshot=True):
|
||||
"""
|
||||
Pages:
|
||||
|
||||
Reference in New Issue
Block a user