1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Fix: check VanguardChange switch in GemsFarming

This commit is contained in:
VirtualTowel
2022-10-17 21:05:17 +08:00
parent 9f85b54f52
commit 328b18660b

View File

@@ -340,7 +340,7 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
if self._trigger_lv32 or self._trigger_emotion:
self.flagship_change()
if self.config.GemsFarming_LowEmotionRetreat:
if self.config.GemsFarming_LowEmotionRetreat and self.config.GemsFarming_VanguardChange:
self.vanguard_change()
if is_limit and self.config.StopCondition_RunCount <= 0: