mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 06:32:56 +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
516 B
Plaintext
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)
|