From 951ad829f684fe92a6977c9bac9bbc45065d09e4 Mon Sep 17 00:00:00 2001 From: Ktlwjec0 Date: Sat, 4 Mar 2023 11:01:18 +0000 Subject: [PATCH] swaps indicators --- yogstation/code/datums/mutations/alcohol.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yogstation/code/datums/mutations/alcohol.dm b/yogstation/code/datums/mutations/alcohol.dm index 304048639660..438450cb6622 100644 --- a/yogstation/code/datums/mutations/alcohol.dm +++ b/yogstation/code/datums/mutations/alcohol.dm @@ -2,7 +2,7 @@ name = "Alcohol Tolerance" desc = "A hyperactive liver improves the patient's ability to metabolize alcohol." quality = POSITIVE - text_gain_indication = span_danger("Your liver hurts.") + text_gain_indication = span_danger("Your liver feels amazing.") text_lose_indication = span_danger("Your liver feels sad.") /datum/mutation/human/alcohol_tolerance/on_acquiring(mob/living/carbon/human/owner) @@ -19,8 +19,8 @@ name = "Auto-brewery Syndrome" desc = "The patient's body now naturally produces alcohol into their bloodstream." quality = MINOR_NEGATIVE - text_gain_indication = span_danger("Your liver feels amazing.") - text_lose_indication = span_danger("Your liver feels sad.") + text_gain_indication = span_danger("Your liver hurts.") + text_lose_indication = span_danger("Your liver feels better.") /datum/mutation/human/alcohol_generate/on_life() if(prob(15))