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