mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-21 07:03:05 +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
452 B
Plaintext
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
|