mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-15 14:42:26 +08:00
fix: handle_combat_low_emotion bug
This commit is contained in:
@@ -122,9 +122,8 @@ class InfoHandler(ModuleBase):
|
|||||||
if not self.config.IGNORE_LOW_EMOTION_WARN:
|
if not self.config.IGNORE_LOW_EMOTION_WARN:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
self.config.GEMS_EMOTION_TRIGGRED = True
|
|
||||||
if self.handle_popup_cancel('IGNORE_LOW_EMOTION'):
|
if self.handle_popup_cancel('IGNORE_LOW_EMOTION'):
|
||||||
|
self.config.GEMS_EMOTION_TRIGGRED = True
|
||||||
raise EmotionWithdraw
|
raise EmotionWithdraw
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user