diff --git a/auto_derby/single_mode/context.py b/auto_derby/single_mode/context.py index 0a3bd91b..5ed13c27 100644 --- a/auto_derby/single_mode/context.py +++ b/auto_derby/single_mode/context.py @@ -374,6 +374,7 @@ def expected_score(self) -> float: expected_score -= 20 if can_heal_condition and self.CONDITION_HEADACHE in self.conditions: expected_score += 20 + expected_score += (self.MOOD_VERY_GOOD[0] - self.mood[0]) * 40 * 3 return expected_score