From 8753acdff6c1c53cb8c630e6a29ffcebb8ad9cab Mon Sep 17 00:00:00 2001 From: Coldud Date: Fri, 29 Jan 2021 17:40:32 +1100 Subject: [PATCH] cryoxadone now tastes like blue gatorade (#56452) * cryoxadone now tastes like blue gatorade * blue --- code/modules/reagents/chemistry/reagents/medicine_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm index d78a39c264c..48629dfc772 100644 --- a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm @@ -146,7 +146,7 @@ name = "Cryoxadone" description = "A chemical mixture with almost magical healing powers. Its main limitation is that the patient's body temperature must be under 270K for it to metabolise correctly." color = "#0000C8" - taste_description = "sludge" + taste_description = "blue" /datum/reagent/medicine/cryoxadone/on_mob_life(mob/living/carbon/M) var/power = -0.00003 * (M.bodytemperature ** 2) + 3