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

Refactor: OS module

- Refactor OS explore, able to run without 5000 oil item
- Fix: Screenshot interval recover
This commit is contained in:
LmeSzinc
2021-09-26 07:44:26 +08:00
parent e1f6df02bd
commit a52826594e
25 changed files with 927 additions and 280 deletions

View File

@@ -103,11 +103,11 @@ class MapOrderHandler(MapOperation, ActionPointHandler, EnemySearchingHandler, Z
in: is_in_map
out: is_in_map
"""
backup = self.config.cover(OS_ACTION_POINT_PRESERVE=0, OS_ACTION_POINT_BOX_USE=True)
# backup = self.config.cover(OS_ACTION_POINT_PRESERVE=0, OS_ACTION_POINT_BOX_USE=True)
if recon_scan:
self.order_execute(ORDER_SCAN)
if submarine_call:
self.order_execute(ORDER_SUBMARINE)
backup.recover()
# backup.recover()