mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Merge pull request #1739 from VirtualTowel/master
Fix: check VanguardChange switch in GemsFarming
This commit is contained in:
commit
c9530e7a5a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user