1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 10:58:21 +08:00
This commit is contained in:
sui-feng-cb
2025-08-07 23:32:34 +08:00
11 changed files with 285 additions and 287 deletions

View File

@@ -80,7 +80,7 @@ class CampaignEvent(CampaignStatus):
in: page_event or page_sp
"""
limit = self.config.EventGeneral_TimeLimit
tasks = EVENTS + RAIDS + COALITIONS + MARITIME_ESCORTS + HOSPITAL
tasks = EVENTS + RAIDS + COALITIONS + GEMS_FARMINGS + MARITIME_ESCORTS + HOSPITAL
command = self.config.Scheduler_Command
if command not in tasks or limit == DEFAULT_TIME:
return False