修复一个relation的bug

This commit is contained in:
meng_xi_pan
2025-04-05 21:20:29 +08:00
parent f3998eb820
commit 1f1ab2697d
2 changed files with 10 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ class MoodManager:
old_arousal = self.current_mood.arousal
old_mood = self.current_mood.text
valence_change *= relationship_manager.gain_coefficient[relationship_manager.positive_feedback_value]
valence_change = relationship_manager.feedback_to_mood(valence_change)
# 应用情绪强度
valence_change *= intensity