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

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)