/datum/mood_event/drunk mood_change = 3 description = "Everything just feels better after a drink or two.\n" timeout = 3000 /datum/mood_event/quality_nice description = "That drink wasn't bad at all.\n" mood_change = 1 timeout = 2 MINUTES /datum/mood_event/quality_good description = "That drink was pretty good.\n" mood_change = 2 timeout = 2 MINUTES /datum/mood_event/quality_verygood description = "That drink was great!\n" mood_change = 3 timeout = 2 MINUTES /datum/mood_event/quality_fantastic description = "That drink was amazing!\n" mood_change = 4 timeout = 2 MINUTES /datum/mood_event/race_drink description = "That drink was made for me!\n" mood_change = 6 timeout = 5 MINUTES /datum/mood_event/amazingtaste description = "Amazing taste!\n" mood_change = 50 //Is this not really high..? timeout = 10 MINUTES