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