This commit is contained in:
BeeSting12
2018-03-27 13:09:31 -04:00
committed by CitadelStationBot
parent 77f40b6be9
commit cb8f3e9293

View File

@@ -68,7 +68,7 @@
var/datum/mood_event/event = mood_events[i]
msg += event.description
else
msg += "<span class='nicegreen'>Nothing special has happend to me lately!<span>\n"
msg += "<span class='nicegreen'>Nothing special has happened to me lately!<span>\n"
to_chat(owner, msg)
/datum/component/mood/proc/update_mood() //Called whenever a mood event is added or removed