mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: Re-organise CalculateEmotion and IgnoreLowEmotionWarn
This commit is contained in:
@@ -158,7 +158,7 @@ class InfoHandler(ModuleBase):
|
||||
return appear
|
||||
|
||||
def handle_combat_low_emotion(self):
|
||||
if not self.config.Emotion_IgnoreLowEmotionWarn:
|
||||
if not self.emotion.is_ignore:
|
||||
return False
|
||||
|
||||
result = self.handle_popup_confirm('IGNORE_LOW_EMOTION')
|
||||
|
||||
Reference in New Issue
Block a user