From cb8f3e9293aa0b2005a6b671e777145fff0f1e56 Mon Sep 17 00:00:00 2001 From: BeeSting12 Date: Tue, 27 Mar 2018 13:09:31 -0400 Subject: [PATCH] >happend --- code/datums/components/mood.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/mood.dm b/code/datums/components/mood.dm index 375370f08f..f8d51a044f 100644 --- a/code/datums/components/mood.dm +++ b/code/datums/components/mood.dm @@ -68,7 +68,7 @@ var/datum/mood_event/event = mood_events[i] msg += event.description else - msg += "Nothing special has happend to me lately!\n" + msg += "Nothing special has happened to me lately!\n" to_chat(owner, msg) /datum/component/mood/proc/update_mood() //Called whenever a mood event is added or removed