mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-17 20:40:13 +08:00
Fix: Gems farming not switching task when there're no ships to change
This commit is contained in:
@@ -307,6 +307,12 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
|
|||||||
self._trigger_emotion = False
|
self._trigger_emotion = False
|
||||||
self.campaign.config.LV32_TRIGGERED = False
|
self.campaign.config.LV32_TRIGGERED = False
|
||||||
self.campaign.config.GEMS_EMOTION_TRIGGRED = False
|
self.campaign.config.GEMS_EMOTION_TRIGGRED = False
|
||||||
|
|
||||||
|
# Scheduler
|
||||||
|
if self.config.task_switched():
|
||||||
|
self.campaign.ensure_auto_search_exit()
|
||||||
|
self.config.task_stop()
|
||||||
|
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user