diff --git a/code/datums/components/mood.dm b/code/datums/components/mood.dm index 5ec2db38bd0..95f8f65bb64 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