mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-19 08:42:58 +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