/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 = 1200 /datum/mood_event/quality_good description = "That drink was pretty good.\n" mood_change = 2 timeout = 1200 /datum/mood_event/quality_verygood description = "That drink was great!\n" mood_change = 3 timeout = 1200 /datum/mood_event/quality_fantastic description = "That drink was amazing!\n" mood_change = 4 timeout = 1200