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