Fixes various small issues with moodlets; adds one for exercise. (#39437)

Adds a slight positive moodlet for working out, the same effect as reading a book

In the process refactors weight machines so they are actually object oriented, this creates map edits to Delta and Pubby as well as one ruin

Changes the message "Nothing special has happened to me" to something that is hopefully less immersion-demolishing.

Moodlet text for eating disgusting food no longer appears in positive green text
    Other various grammar fixes
This commit is contained in:
bgobandit
2018-07-31 11:15:59 +12:00
committed by oranges
parent 101bf4a3ba
commit 7df3ffb4db
8 changed files with 66 additions and 76 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
var/datum/mood_event/event = mood_events[i]
msg += event.description
else
msg += "<span class='nicegreen'>Nothing special has happened to me lately!<span>\n"
msg += "<span class='nicegreen'>I don't have much of a reaction to anything right now.<span>\n"
to_chat(user || parent, msg)
/datum/component/mood/proc/update_mood() //Called whenever a mood event is added or removed