mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 22:54:46 +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>
12 lines
541 B
Plaintext
12 lines
541 B
Plaintext
/datum/quirk/pushover
|
|
name = "Pushover"
|
|
desc = "Your first instinct is always to let people push you around. Resisting out of grabs will take conscious effort."
|
|
icon = FA_ICON_HANDSHAKE
|
|
value = -8
|
|
mob_trait = TRAIT_GRABWEAKNESS
|
|
gain_text = span_danger("You feel like a pushover.")
|
|
lose_text = span_notice("You feel like standing up for yourself.")
|
|
medical_record_text = "Patient presents a notably unassertive personality and is easy to manipulate."
|
|
hardcore_value = 4
|
|
mail_goodies = list(/obj/item/clothing/gloves/cargo_gauntlet)
|