//nutrition /datum/mood_event/fat description = "I'm so fat...\n" //muh fatshaming mood_change = -4 /datum/mood_event/wellfed description = "I'm stuffed!\n" mood_change = 6 /datum/mood_event/fed description = "I have recently had some food.\n" mood_change = 3 /datum/mood_event/hungry description = "I'm getting a bit hungry.\n" mood_change = -8 /datum/mood_event/starving description = "I'm starving!\n" mood_change = -15 //charge /datum/mood_event/supercharged description = "I can't possibly keep all this power inside, I need to release some quick!\n" mood_change = -10 /datum/mood_event/overcharged description = "I feel dangerously overcharged, perhaps I should release some power.\n" mood_change = -4 /datum/mood_event/charged description = "I feel the power in my veins!\n" mood_change = 6 /datum/mood_event/lowpower description = "My power is running low, I should go charge up somewhere.\n" mood_change = -6 /datum/mood_event/decharged description = "I'm in desperate need of some electricity!\n" mood_change = -10 //Disgust /datum/mood_event/gross description = "I saw something gross.\n" mood_change = -2 /datum/mood_event/verygross description = "I think I'm going to puke...\n" mood_change = -5 /datum/mood_event/disgusted description = "Oh god that's disgusting...\n" mood_change = -8 /datum/mood_event/disgust/bad_smell description = "You smell something horribly decayed inside this room.\n" mood_change = -3 /datum/mood_event/disgust/nauseating_stench description = "The stench of rotting carcasses is unbearable!\n" mood_change = -7 //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 = 3 MINUTES