mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 09:57:22 +08:00
Monthly boss code optimization
This commit is contained in:
@@ -4,7 +4,6 @@ from module.os.config import OSConfig
|
||||
from module.os.map_operation import OSMapOperation
|
||||
from module.os.operation_siren import OperationSiren
|
||||
from module.os_handler.action_point import ActionPointLimit
|
||||
from module.exception import *
|
||||
|
||||
|
||||
class OSCampaignRun(OSMapOperation):
|
||||
@@ -105,10 +104,6 @@ class OSCampaignRun(OSMapOperation):
|
||||
self.campaign.clear_month_boss()
|
||||
except ActionPointLimit:
|
||||
self.config.opsi_task_delay(ap_limit=True)
|
||||
except LowAdaptability:
|
||||
pass
|
||||
except RequestHumanTakeover:
|
||||
pass
|
||||
|
||||
def opsi_abyssal(self):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user