mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-05 14:42:56 +00:00
* upload files * upload files * upload examine.dm * Update modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
/datum/mood_event/quenched
|
|
description = "<span class='nicegreen'>I'm quenched!</span>\n"
|
|
mood_change = 6
|
|
|
|
/datum/mood_event/thirsty
|
|
description = "<span class='warning'>I'm getting a bit thirsty.</span>\n"
|
|
mood_change = -8
|
|
|
|
/datum/mood_event/dehydrated
|
|
description = "<span class='boldwarning'>I'm dehydrated!</span>\n"
|
|
mood_change = -15
|