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

Add: OpsiCrossMonth, not tested

This commit is contained in:
LmeSzinc
2022-11-30 01:40:53 +08:00
parent 43c96719a1
commit b8d06b12e5
14 changed files with 198 additions and 8 deletions

View File

@@ -74,3 +74,10 @@ class OSCampaignRun(OSMapOperation):
self.campaign.os_stronghold()
except ActionPointLimit:
self.config.opsi_task_delay(ap_limit=True)
def opsi_cross_month(self):
try:
self.load_campaign()
self.campaign.os_cross_month()
except ActionPointLimit:
self.campaign.os_cross_month_end()