From bbd8086f7b3280a5323e606e4fe5b196c0960018 Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Wed, 21 Apr 2021 14:53:35 +0200 Subject: [PATCH] Updated description to fit more with the icon --- code/modules/reagents/chemistry/reagents/alcohol_reagents.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index af331a2d87..f53ac7ac40 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -1496,10 +1496,10 @@ All effects don't start immediately, but rather get worse over time; the rate is color = rgb(167, 36, 36) boozepwr = 20 quality = DRINK_FANTASTIC - taste_description = "death, lizards and bubblegum" + taste_description = "death, ash and lizards" glass_icon_state = "pinotmort" glass_name = "Pinot Mort" - glass_desc = "The taste of lavaland in a small cup. A drink best served hot. You feel like you might regret drinking this." + glass_desc = "The taste of Lavaland served in a legion skull. You feel like you might regret drinking this." value = REAGENT_VALUE_UNCOMMON /datum/reagent/consumable/ethanol/pinotmort/on_mob_life(mob/living/carbon/M)