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

fix: handle_combat_low_emotion bug

This commit is contained in:
Cyunmi
2021-08-12 08:00:53 +08:00
parent 59702082af
commit ca17b15b75

View File

@@ -122,9 +122,8 @@ class InfoHandler(ModuleBase):
if not self.config.IGNORE_LOW_EMOTION_WARN:
return False
self.config.GEMS_EMOTION_TRIGGRED = True
if self.handle_popup_cancel('IGNORE_LOW_EMOTION'):
self.config.GEMS_EMOTION_TRIGGRED = True
raise EmotionWithdraw
else:
return False