mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-21 15:14:17 +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>
10 lines
384 B
Plaintext
10 lines
384 B
Plaintext
/datum/quirk/softspoken
|
|
name = "Soft-Spoken"
|
|
desc = "You are soft-spoken, and your voice is hard to hear."
|
|
icon = FA_ICON_COMMENT
|
|
value = -2
|
|
mob_trait = TRAIT_SOFTSPOKEN
|
|
gain_text = span_danger("You feel like you're speaking more quietly.")
|
|
lose_text = span_notice("You feel like you're speaking louder.")
|
|
medical_record_text = "Patient is soft-spoken and difficult to hear."
|