Fix runtimes in mood rejuventation (#37911)

This commit is contained in:
Tad Hardesty
2018-05-18 23:50:53 -07:00
committed by letterjay
parent bfcaceb4e1
commit 36d4fe8866

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()