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

Add:os_explore support SpecialRadar option

This commit is contained in:
julystone
2021-11-01 23:22:55 +08:00
parent 0dae3054ae
commit 7a2cf53a7a
9 changed files with 17 additions and 17 deletions

View File

@@ -320,7 +320,7 @@ class OperationSiren(Reward, OSMap):
continue
logger.hr(f'OS explore {zone}', level=1)
if self.config.OpsiExplore_HasVoyageRecorder:
if self.config.OpsiExplore_SpecialRadar:
self.os_order_execute(recon_scan=False, submarine_call=False)
else:
self.os_order_execute(recon_scan=True, submarine_call=False)