Files
Bubberstation/code/datums/quirks/negative_quirks/depression.dm
SkyratBot c83ac65e63 [MIRROR] Breaks up the three quirk code files into individual quirks [MDB IGNORE] (#23781)
* 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>
2023-09-18 17:19:28 -04:00

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)