mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 19:48:21 +08:00
Opt: Disable CL1 leveling before server support
This commit is contained in:
@@ -67,6 +67,11 @@ class OSCampaignRun(OSMapOperation):
|
||||
self.config.task_delay(minute=150, server_update=True)
|
||||
|
||||
def opsi_hazard1_leveling(self):
|
||||
if self.config.SERVER in ['en', 'jp', 'tw']:
|
||||
logger.info(f'Opsi CL1 Leveling is not supported in {self.config.SERVER},'
|
||||
' please contact server maintainers')
|
||||
self.config.task_delay(server_update=True)
|
||||
return
|
||||
self.config.override(
|
||||
OpsiGeneral_AkashiShopFilter='ActionPoint'
|
||||
)
|
||||
|
||||
@@ -632,11 +632,6 @@ class OSMap(OSFleet, Map, GlobeCamera, StrategicSearchHandler):
|
||||
def run_strategic_search(self):
|
||||
self.handle_ash_beacon_attack()
|
||||
|
||||
if self.config.SERVER != 'cn':
|
||||
logger.critical('Unable to use strategy search in your server, '
|
||||
'please turn the option off and wait for asset update')
|
||||
raise RequestHumanTakeover
|
||||
|
||||
logger.info('Run strategy search')
|
||||
self.os_auto_search_run(strategic=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user