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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user