1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Fix: 修复调用错误心情对象的问题

This commit is contained in:
LmeSzinc
2020-05-24 20:11:23 +08:00
parent f327ef0027
commit f32042fbd2
3 changed files with 26 additions and 27 deletions

View File

@@ -114,6 +114,7 @@ class Emotion:
The game does not calculate emotion correctly, which is a bug in AzurLane.
After a long run, we have to restart the game to update it.
"""
logger.attr('Emotion_bug', f'{self.total_reduced}/{self.BUG_THRESHOLD}')
if self.total_reduced >= self.BUG_THRESHOLD:
self.total_reduced = 0
return True