Files
Bubberstation/code/datums/quirks/negative_quirks/big_hands.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
452 B
Plaintext

/datum/quirk/bighands
name = "Big Hands"
desc = "You have big hands, it sure does make it hard to use a lot of things."
icon = FA_ICON_HAND_DOTS
value = -6
mob_trait = TRAIT_CHUNKYFINGERS
gain_text = span_danger("Your hands are huge! You can't use small things anymore!")
lose_text = span_notice("Your hands are back to normal.")
medical_record_text = "Patient has unusually large hands. Made me question my masculinity..."
hardcore_value = 5