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

Merge branch 'master' of LmeSzinc

This commit is contained in:
2024-08-31 00:48:49 +08:00
18 changed files with 370 additions and 112 deletions

View File

@@ -384,14 +384,13 @@ class OperationSiren(OSMap):
raise RequestHumanTakeover('wrong input, task stopped')
else:
logger.hr(f'OS meowfficer farming, zone_id={zone.zone_id}', level=1)
self.globe_goto(zone)
self.globe_goto(zone, refresh=True)
self.fleet_set(self.config.OpsiFleet_Fleet)
self.os_order_execute(
recon_scan=False,
submarine_call=self.config.OpsiFleet_Submarine)
self.run_auto_search()
if not self.handle_after_auto_search():
self.globe_goto(self.zone_nearest_azur_port(zone=zone))
self.handle_after_auto_search()
self.config.check_task_switch()
else:
zones = self.zone_select(hazard_level=self.config.OpsiMeowfficerFarming_HazardLevel) \