mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 22:23:11 +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
530 B
Plaintext
12 lines
530 B
Plaintext
/datum/quirk/light_drinker
|
|
name = "Light Drinker"
|
|
desc = "You just can't handle your drinks and get drunk very quickly."
|
|
icon = FA_ICON_COCKTAIL
|
|
value = -2
|
|
mob_trait = TRAIT_LIGHT_DRINKER
|
|
gain_text = span_notice("Just the thought of drinking alcohol makes your head spin.")
|
|
lose_text = span_danger("You're no longer severely affected by alcohol.")
|
|
medical_record_text = "Patient demonstrates a low tolerance for alcohol. (Wimp)"
|
|
hardcore_value = 3
|
|
mail_goodies = list(/obj/item/reagent_containers/cup/glass/waterbottle)
|