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

Upd: GemsFarming delay task if no common CV

This commit is contained in:
2024-10-26 18:47:40 +08:00
parent 87133a765c
commit f0c8b38fc5
9 changed files with 24 additions and 1 deletions

View File

@@ -761,7 +761,7 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange, GemsEquipmentHandler):
if self.config.task_switched():
self.campaign.ensure_auto_search_exit()
self.config.task_stop()
elif not success:
elif not success and self.config.GemsFarming_DelayTaskIFNoFlagship:
self.campaign.ensure_auto_search_exit()
self.config.task_delay(minute=30)
self.config.task_stop()