//nutrition /datum/mood_event/fat_bad // GS13 description = "I'm so fat...\n" mood_change = -4 /datum/mood_event/fat_good // GS13 description = "I'm so fat!\n" mood_change = 4 /datum/mood_event/wellfed description = "I'm stuffed!\n" mood_change = 6 /datum/mood_event/quenched description = "I'm quenched!\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 = -5 /datum/mood_event/starving description = "I'm starving!\n" mood_change = -10 /datum/mood_event/thirsty description = "I'm getting a bit thirsty.\n" mood_change = -5 /datum/mood_event/dehydrated description = "I'm dehydrated!\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