mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-13 08:42:25 +01:00
333f410476
New Arousal Hud, much more user accessable with contextal options.
14 lines
485 B
Plaintext
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 |