mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 19:48:21 +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.campaign.config.LV32_TRIGGERED = 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
|
||||
else:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user