/datum/mood_event/heatneed description = "I need someone to satisfy me, my heat is driving me crazy.\n" mood_change = -3 timeout = 2 MINUTES /datum/mood_event/heat description = "I have satisfied my heat, and I'm filled with happiness!\n" mood_change = 3 timeout = 5 MINUTES /datum/mood_event/kiss description = "Someone kissed me, I feel happy!\n" mood_change = 2 timeout = 3 MINUTES /datum/mood_event/deathsaw description = "I saw someone die!\n" mood_change = -5 timeout = 20 MINUTES //May be fine tuned in the future. /datum/mood_event/healsbadman description = "I feel like I'm held together by flimsy string, and could fall apart at any moment!\n" mood_change = -4 timeout = 2 MINUTES /datum/mood_event/copium description = "Things are going to be okay, right?\n" mood_change = 3 timeout = 3 MINUTES