mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 20:57:23 +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
|
in: page_event or page_sp
|
||||||
"""
|
"""
|
||||||
limit = self.config.EventGeneral_TimeLimit
|
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
|
command = self.config.Scheduler_Command
|
||||||
if command not in tasks or limit == DEFAULT_TIME:
|
if command not in tasks or limit == DEFAULT_TIME:
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user