mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Upd: Use DisableMeowfficerFarming as default
This commit is contained in:
@@ -452,12 +452,12 @@ class OperationSiren(OSMap):
|
||||
if self.config.OpsiGeneral_BuyActionPointLimit > 0:
|
||||
keep_current_ap = False
|
||||
self.action_point_set(cost=70, keep_current_ap=keep_current_ap, check_rest_ap=True)
|
||||
if not self.config.OpsiHazard1Leveling_DisableMeowfficerFarming and self._action_point_total >= 3000:
|
||||
with self.config.multi_set():
|
||||
self.config.task_delay(server_update=True)
|
||||
if not self.is_in_opsi_explore():
|
||||
self.config.task_call('OpsiMeowfficerFarming')
|
||||
self.config.task_stop()
|
||||
# if self._action_point_total >= 3000:
|
||||
# with self.config.multi_set():
|
||||
# self.config.task_delay(server_update=True)
|
||||
# if not self.is_in_opsi_explore():
|
||||
# self.config.task_call('OpsiMeowfficerFarming')
|
||||
# self.config.task_stop()
|
||||
|
||||
if self.config.OpsiHazard1Leveling_TargetZone != 0:
|
||||
zone = self.config.OpsiHazard1Leveling_TargetZone
|
||||
|
||||
Reference in New Issue
Block a user