From 7ad4479f58c0c5f821427348c3909b46d85ecf86 Mon Sep 17 00:00:00 2001 From: Couls Date: Tue, 3 Sep 2019 20:39:31 -0400 Subject: [PATCH] description not message --- code/modules/reagents/chemistry/reagents/toxins.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/toxins.dm b/code/modules/reagents/chemistry/reagents/toxins.dm index 6da16c65a92..7a060a93996 100644 --- a/code/modules/reagents/chemistry/reagents/toxins.dm +++ b/code/modules/reagents/chemistry/reagents/toxins.dm @@ -219,7 +219,7 @@ datum/reagent/romerol color = "#123524" // RGB (18, 53, 36) metabolization_rate = INFINITY can_synth = FALSE - taste_message = "CAAAARL" + taste_description = "CAAAARL" /datum/reagent/romerol/reaction_mob(mob/living/carbon/human/H) // Silently add the zombie infection organ to be activated upon death