//nutrition
/datum/mood_event/nutrition/fat
description = "I'm so fat...\n" //muh fatshaming
mood_change = -4
/datum/mood_event/nutrition/wellfed
description = "My belly feels round and full.\n"
mood_change = 6
/datum/mood_event/nutrition/fed
description = "I have recently had some food.\n"
mood_change = 3
/datum/mood_event/nutrition/hungry
description = "I'm getting a bit hungry.\n"
mood_change = -8
/datum/mood_event/nutrition/starving
description = "I'm starving!\n"
mood_change = -15
//Disgust
/datum/mood_event/disgust/gross
description = "I saw something gross.\n"
mood_change = -2
/datum/mood_event/disgust/verygross
description = "I think I'm going to puke...\n"
mood_change = -5
/datum/mood_event/disgust/disgusted
description = "Oh god that's disgusting...\n"
mood_change = -8
//Generic needs events
/datum/mood_event/favorite_food
description = "I really enjoyed eating that.\n"
mood_change = 3
timeout = 2400
/datum/mood_event/gross_food
description = "I really didn't like that food.\n"
mood_change = -2
timeout = 2400
/datum/mood_event/disgusting_food
description = "That food was disgusting!\n"
mood_change = -4
timeout = 2400
/datum/mood_event/nice_shower
description = "I have recently had a nice shower.\n"
mood_change = 2
timeout = 1800