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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user