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>
11 lines
404 B
Plaintext
11 lines
404 B
Plaintext
/datum/quirk/mute
|
|
name = "Mute"
|
|
desc = "For some reason you are completely unable to speak."
|
|
icon = FA_ICON_VOLUME_XMARK
|
|
value = -4
|
|
mob_trait = TRAIT_MUTE
|
|
gain_text = span_danger("You find yourself unable to speak!")
|
|
lose_text = span_notice("You feel a growing strength in your vocal chords.")
|
|
medical_record_text = "The patient is unable to use their voice in any capacity."
|
|
hardcore_value = 4
|