mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 13:18:01 +08:00
Fix: GemsFarming.LowEmotionRetreat no longer requires low emotion
This commit is contained in:
@@ -24,8 +24,6 @@ class GemsCampaignOverride(CampaignBase):
|
|||||||
If GEMS_LOW_EMOTION_WITHDRAW is True, withdraw combat and change flag ship
|
If GEMS_LOW_EMOTION_WITHDRAW is True, withdraw combat and change flag ship
|
||||||
"""
|
"""
|
||||||
if self.config.GemsFarming_LowEmotionRetreat:
|
if self.config.GemsFarming_LowEmotionRetreat:
|
||||||
if not self.emotion.is_ignore:
|
|
||||||
return False
|
|
||||||
if self.handle_popup_cancel('IGNORE_LOW_EMOTION'):
|
if self.handle_popup_cancel('IGNORE_LOW_EMOTION'):
|
||||||
self.config.GEMS_EMOTION_TRIGGRED = True
|
self.config.GEMS_EMOTION_TRIGGRED = True
|
||||||
logger.hr('EMOTION WITHDRAW')
|
logger.hr('EMOTION WITHDRAW')
|
||||||
@@ -61,6 +59,7 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
self.campaign = GemsCampaign(device=self.campaign.device, config=self.campaign.config)
|
self.campaign = GemsCampaign(device=self.campaign.device, config=self.campaign.config)
|
||||||
|
self.campaign.config.override(Emotion_Mode='ignore')
|
||||||
|
|
||||||
def _fleet_detail_enter(self):
|
def _fleet_detail_enter(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user