Files
QuoteFox 333f410476 New Arousal Hud
New Arousal Hud, much more user accessable with contextal options.
2021-01-02 13:39:17 +00:00

14 lines
485 B
Plaintext

/datum/mood_event/heatneed
description = "<span class='warning'>I need someone to satisfy me, my heat is driving me crazy.</span>\n"
mood_change = -3
timeout = 2 MINUTES
/datum/mood_event/heat
description = "<span class='userlove'>I have satisfied my heat, and I'm filled with happiness!</span>\n"
mood_change = 3
timeout = 5 MINUTES
/datum/mood_event/kiss
description = "<span class='nicegreen'>Someone kissed me, I feel happy!</span>\n"
mood_change = 2
timeout = 3 MINUTES