mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: OpsiCrossMonth should not buy oil at meowfficer farming step (#5095)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import time
|
||||
from sys import maxsize
|
||||
|
||||
import inflection
|
||||
|
||||
@@ -421,7 +420,7 @@ class OSMap(OSFleet, Map, GlobeCamera, StrategicSearchHandler):
|
||||
return 300
|
||||
else:
|
||||
logger.info('Not close to OpSi reset')
|
||||
return maxsize
|
||||
return 2000
|
||||
|
||||
def handle_after_auto_search(self):
|
||||
logger.hr('After auto search', level=2)
|
||||
|
||||
@@ -211,6 +211,7 @@ class OperationSiren(OSMap):
|
||||
logger.hr(f'OS meowfficer farming, hazard_level=3', level=1)
|
||||
self.config.override(
|
||||
OpsiGeneral_DoRandomMapEvent=True,
|
||||
OpsiGeneral_BuyActionPointLimit=0,
|
||||
HOMO_EDGE_DETECT=True,
|
||||
STORY_OPTION=-2,
|
||||
# Meowfficer farming
|
||||
|
||||
Reference in New Issue
Block a user