mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: 修复调用错误心情对象的问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user