mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 09:32:21 +00:00
* Breaks up the three quirk code files into individual quirks * Removals + skyrat edits * Delete positive_quirks.dm * Update tgstation.dme --------- Co-authored-by: Thunder12345 <Thunder12345@users.noreply.github.com> Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
13 lines
547 B
Plaintext
13 lines
547 B
Plaintext
/datum/quirk/depression
|
|
name = "Depression"
|
|
desc = "You sometimes just hate life."
|
|
icon = FA_ICON_FROWN
|
|
mob_trait = TRAIT_DEPRESSION
|
|
value = -3
|
|
gain_text = span_danger("You start feeling depressed.")
|
|
lose_text = span_notice("You no longer feel depressed.") //if only it were that easy!
|
|
medical_record_text = "Patient has a mild mood disorder causing them to experience acute episodes of depression."
|
|
quirk_flags = QUIRK_HUMAN_ONLY|QUIRK_MOODLET_BASED
|
|
hardcore_value = 2
|
|
mail_goodies = list(/obj/item/storage/pill_bottle/happinesspsych)
|