[MIRROR] mood multipliers are applied once instead of per moodlet (#181)

* mood multiplier no longer applies per moodlet (#52632)

* mood multipliers are applied once instead of per moodlet

Co-authored-by: Theos <theubernyan@gmail.com>
This commit is contained in:
SkyratBot
2020-08-03 16:35:56 +02:00
committed by GitHub
co-authored by Theos
parent 42d5521ac2
commit ef60d386dd
+2 -2
View File
@@ -97,8 +97,8 @@
mood += event.mood_change
if(!event.hidden)
shown_mood += event.mood_change
mood *= mood_modifier
shown_mood *= mood_modifier
mood *= mood_modifier
shown_mood *= mood_modifier
switch(mood)
if(-INFINITY to MOOD_LEVEL_SAD4)