1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-18 18:49:30 +08:00

revert: call 71 when MF AP limit in os_run

This commit is contained in:
silvergundam
2025-02-26 00:17:32 +08:00
parent 0bf95ff63b
commit 962ef52001
2 changed files with 2 additions and 5 deletions

View File

@@ -54,11 +54,7 @@ class OSCampaignRun(OSMapOperation):
self.load_campaign()
self.campaign.os_meowfficer_farming()
except ActionPointLimit:
if self.is_cl1_enabled and get_os_reset_remain() > 2 \
and self.get_yellow_coins() > self.config.OS_CL1_YELLOW_COINS_PRESERVE:
self.config.task_delay(server_update=True)
self.config.task_call('OpsiHazard1Leveling')
elif get_os_reset_remain() > 0:
if get_os_reset_remain() > 0:
self.config.task_delay(server_update=True)
self.config.task_call('Reward')
else:

View File

@@ -462,6 +462,7 @@ class OperationSiren(OSMap):
and not self.is_in_opsi_explore() \
and next_run - datetime.now() > timedelta(minutes=27):
with self.config.multi_set():
self.config.task_delay(server_update=True)
self.config.task_call('OpsiAbyssal')
self.config.task_call('OpsiStronghold')
self.config.task_call('OpsiObscure')