// Citadel-specific positive moodlets /datum/mood_event/headpat description = "Headpats are nice.\n" mood_change = 2 timeout = 2 MINUTES /datum/mood_event/hugbox description = "I hugged a box of hugs recently.\n" mood_change = 1 timeout = 2 MINUTES /datum/mood_event/plushpet description = "I pet a plush recently.\n" mood_change = 1 timeout = 3000 /datum/mood_event/plushplay description = "I've played with plushes recently.\n" mood_change = 3 timeout = 3000 /datum/mood_event/orgasm description = "I came!\n" //funny meme haha mood_change = 3 timeout = 1000 /datum/mood_event/fedpred description = "I've devoured someone!\n" mood_change = 3 /datum/mood_event/fedprey description = "It feels quite cozy in here.\n" mood_change = 3