mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 15:45:26 +08:00
Fix: lv32 limit should not be triggered when use high level flagship
This commit is contained in:
@@ -656,7 +656,8 @@ class GemsFarming(CampaignRun, GemsEquipmentHandler, Retirement):
|
|||||||
|
|
||||||
def triggered_stop_condition(self, oil_check=True):
|
def triggered_stop_condition(self, oil_check=True):
|
||||||
# Lv32 limit
|
# Lv32 limit
|
||||||
if self.change_flagship and self.campaign.config.LV32_TRIGGERED:
|
if self.change_flagship and self.campaign.config.LV32_TRIGGERED \
|
||||||
|
and not self.config.GemsFarming_ALLowHighFlagshipLevel:
|
||||||
self._trigger_lv32 = True
|
self._trigger_lv32 = True
|
||||||
logger.hr('TRIGGERED LV32 LIMIT')
|
logger.hr('TRIGGERED LV32 LIMIT')
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user