Files
Bubberstation/code/datums/quirks/negative_quirks/softspoken.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

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."