mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 06:32:56 +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>
12 lines
549 B
Plaintext
12 lines
549 B
Plaintext
/datum/quirk/unstable
|
|
name = "Unstable"
|
|
desc = "Due to past troubles, you are unable to recover your sanity if you lose it. Be very careful managing your mood!"
|
|
icon = FA_ICON_ANGRY
|
|
value = -10
|
|
mob_trait = TRAIT_UNSTABLE
|
|
gain_text = span_danger("There's a lot on your mind right now.")
|
|
lose_text = span_notice("Your mind finally feels calm.")
|
|
medical_record_text = "Patient's mind is in a vulnerable state, and cannot recover from traumatic events."
|
|
hardcore_value = 9
|
|
mail_goodies = list(/obj/effect/spawner/random/entertainment/plushie)
|