From a6973b403f7c049782ea2ca5b906689eab311286 Mon Sep 17 00:00:00 2001 From: Vladin Ampora <44104681+VladinXXV@users.noreply.github.com> Date: Fri, 21 Aug 2020 21:50:21 -0400 Subject: [PATCH] Update drink_reagents.dm excuse me are you fucking dense why did you make this a tea this is literally the only place it is classified as a tea so of course it doesn't work --- code/modules/reagents/chemistry/reagents/drink_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/drink_reagents.dm b/code/modules/reagents/chemistry/reagents/drink_reagents.dm index cce2ba84..36dc4725 100644 --- a/code/modules/reagents/chemistry/reagents/drink_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drink_reagents.dm @@ -896,7 +896,7 @@ glass_name = "tall glass of strawberry milk" glass_desc = "Delicious flavored strawberry syrup mixed with milk." -/datum/reagent/consumable/tea/pinkmilk/on_mob_life(mob/living/carbon/M) +/datum/reagent/consumable/pinkmilk/on_mob_life(mob/living/carbon/M) if(prob(15)) to_chat(M, "[pick("You cant help to smile.","You feel nostalgia all of sudden.","You remember to relax.")]") ..()