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

Fix: Include GEMS_FARMINGS in event time limit task list

This commit is contained in:
guoh064
2025-08-07 17:21:14 +08:00
committed by LmeSzinc
parent 4fb37da861
commit f714e2b575

View File

@@ -75,7 +75,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