mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 14:45:05 +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>
11 lines
455 B
Plaintext
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)
|