Update mood.dm

This commit is contained in:
Ghom
2020-02-19 17:14:30 +01:00
committed by GitHub
parent ee1f61b5de
commit eb342d1591
+1 -1
View File
@@ -241,7 +241,7 @@
var/datum/mood_event/moodlet = mood_events[i]
if(!moodlet || !moodlet.timeout)
continue
mood_events -= moodlet.category
mood_events -= i
qdel(moodlet)
update_mood()