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

Fix: Target Zone ID of Meowfficer Farming is sometimes ignored (#998)

This commit is contained in:
LmeSzinc
2022-04-09 17:57:55 +08:00
parent 07e1df0eb4
commit e697cd0121
3 changed files with 11 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ class OperationSiren(OSGlobe):
zone = self.name_to_zone(self.config.OpsiMeowfficerFarming_TargetZone)
except ScriptError:
logger.warning(f'wrong zone_id input:{self.config.OpsiMeowfficerFarming_TargetZone}')
self.config.task_stop(message=f'wrong input, task stopped')
raise RequestHumanTakeover('wrong input, task stopped')
else:
logger.hr(f'OS meowfficer farming, zone_id={zone.zone_id}', level=1)
self.globe_goto(zone)