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