mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Refactor: OS module
- Refactor OS explore, able to run without 5000 oil item - Fix: Screenshot interval recover
This commit is contained in:
@@ -118,7 +118,7 @@ class OSMap(OSFleet, Map, GlobeCamera):
|
||||
Returns:
|
||||
bool: If found and handled.
|
||||
"""
|
||||
if not self.config.ENABLE_OS_AKASHI_SHOP_BUY:
|
||||
if not self.config.OpsiGeneral_BuyAkashiShop:
|
||||
return False
|
||||
if self.zone.is_port:
|
||||
logger.info('Current zone is a port, do not have akashi')
|
||||
|
||||
Reference in New Issue
Block a user