Files
Bubberstation/code/datums/quirks/neutral_quirks/introvert.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

11 lines
455 B
Plaintext

/datum/quirk/introvert
name = "Introvert"
desc = "You are energized by having time to yourself, and enjoy spending your free time in the library."
icon = FA_ICON_BOOK_READER
value = 0
mob_trait = TRAIT_INTROVERT
gain_text = span_notice("You feel like reading a good book quietly.")
lose_text = span_danger("You feel like libraries are boring.")
medical_record_text = "Patient doesn't seem to say much."
mail_goodies = list(/obj/item/book/random)