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

Merge pull request #1739 from VirtualTowel/master

Fix: check VanguardChange switch in GemsFarming
This commit is contained in:
LmeSzinc
2022-10-17 21:59:34 +08:00
committed by GitHub

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: