Merge pull request #6795 from Citadel-Station-13/upstream-merge-37911

[MIRROR] Fix runtimes in mood rejuventation
This commit is contained in:
LetterJay
2018-05-19 09:13:46 -05:00
committed by GitHub
+1 -1
View File
@@ -494,7 +494,7 @@
update_canmove()
GET_COMPONENT(mood, /datum/component/mood)
if (mood)
QDEL_LIST(mood.mood_events)
QDEL_LIST_ASSOC_VAL(mood.mood_events)
mood.sanity = SANITY_GREAT
mood.update_mood()