This commit is contained in:
BeeSting12
2018-03-27 14:29:21 -05:00
committed by KorPhaeron
parent 045192b3cf
commit f2f11c9d33
+1 -1
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