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>
10 lines
592 B
Plaintext
10 lines
592 B
Plaintext
/datum/quirk/clumsy
|
|
name = "Clumsy"
|
|
desc = "You're clumsy, a goofball, a silly dude. You big loveable himbo/bimbo you! Hope you weren't planning on using your hands for anything that takes even a LICK of dexterity."
|
|
icon = FA_ICON_FACE_DIZZY
|
|
value = -8
|
|
mob_trait = TRAIT_CLUMSY
|
|
gain_text = span_danger("You feel your IQ sink like your brain is liquid.")
|
|
lose_text = span_notice("You feel like your IQ went up to at least average.")
|
|
medical_record_text = "Patient has demonstrated an extreme difficulty with high motor skill paired with an inability to demonstrate critical thinking."
|