mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-21 20:16:18 +01:00
35 lines
975 B
Plaintext
35 lines
975 B
Plaintext
// Citadel-specific positive moodlets
|
|
|
|
/datum/mood_event/headpat
|
|
description = "<span class='nicegreen'>Headpats are nice.</span>\n"
|
|
mood_change = 2
|
|
timeout = 2 MINUTES
|
|
|
|
/datum/mood_event/hugbox
|
|
description = "<span class='nicegreen'>I hugged a box of hugs recently.</span>\n"
|
|
mood_change = 1
|
|
timeout = 2 MINUTES
|
|
|
|
/datum/mood_event/plushpet
|
|
description = "<span class='nicegreen'>I pet a plush recently.</span>\n"
|
|
mood_change = 1
|
|
timeout = 3000
|
|
|
|
/datum/mood_event/plushplay
|
|
description = "<span class='nicegreen'>I've played with plushes recently.</span>\n"
|
|
mood_change = 3
|
|
timeout = 3000
|
|
|
|
/datum/mood_event/orgasm
|
|
description = "<span class='userlove'>I came!</span>\n" //funny meme haha
|
|
mood_change = 3
|
|
timeout = 1000
|
|
|
|
/datum/mood_event/fedpred
|
|
description = "<span class='nicegreen'>I've devoured someone!</span>\n"
|
|
mood_change = 3
|
|
|
|
/datum/mood_event/fedprey
|
|
description = "<span class='nicegreen'>It feels quite cozy in here.</span>\n"
|
|
mood_change = 3
|