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

/datum/quirk/frail
name = "Frail"
desc = "You have skin of paper and bones of glass! You suffer wounds much more easily than most."
icon = FA_ICON_SKULL
value = -6
mob_trait = TRAIT_EASILY_WOUNDED
gain_text = span_danger("You feel frail.")
lose_text = span_notice("You feel sturdy again.")
medical_record_text = "Patient is absurdly easy to injure. Please take all due diligence to avoid possible malpractice suits."
hardcore_value = 4
mail_goodies = list(/obj/effect/spawner/random/medical/minor_healing)