1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 13:17:00 +08:00

Add: support to run reward loop during OS

This commit is contained in:
nEEtdo0d
2021-08-07 14:42:11 -04:00
parent 6148b5053f
commit eecb957a04
3 changed files with 33 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
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.os_handler.shop import OSShopHandler
# Azur Lane ports have PORT_GOTO_MISSION, PORT_GOTO_SUPPLY, PORT_GOTO_DOCK.
# Red axis ports have PORT_GOTO_SUPPLY.
@@ -9,7 +9,7 @@ from module.os_handler.shop import ShopHandler
PORT_CHECK = PORT_GOTO_SUPPLY
class PortHandler(ShopHandler):
class PortHandler(OSShopHandler):
def port_enter(self, skip_first_screenshot=True):
"""
Pages: