mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 05:28:01 +08:00
Upd(os): 添加在merge中丢失的修改
This commit is contained in:
parent
063c06e950
commit
39aa03ca82
@ -45,7 +45,7 @@ class OpsiAbyssal(OSMap):
|
||||
self.zone_init()
|
||||
result = self.run_abyssal()
|
||||
if not result:
|
||||
raise RequestHumanTakeover
|
||||
self.map_exit()
|
||||
|
||||
self.fleet_repair(revert=False)
|
||||
self.delay_abyssal()
|
||||
|
||||
@ -36,6 +36,12 @@ class OpsiShop(OSMap):
|
||||
self.config.task_delay(target=next_reset)
|
||||
self.config.task_stop()
|
||||
|
||||
def os_voucher_buy_loggerUnlock(self):
|
||||
logger.hr('OS voucher buy loggerUnlock', level=1)
|
||||
self._os_voucher_enter()
|
||||
VoucherShop(self.config, self.device).run_loggerUnlock()
|
||||
self._os_voucher_exit()
|
||||
|
||||
def _os_shop_delay(self, not_empty) -> datetime:
|
||||
"""
|
||||
Calculate the delay of OpsiShop.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user