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
This commit is contained in:
Vladin Ampora
2020-08-21 21:50:21 -04:00
committed by GitHub
parent 7480ea6af6
commit a6973b403f
@@ -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, "<span class = 'notice'>[pick("You cant help to smile.","You feel nostalgia all of sudden.","You remember to relax.")]</span>")
..()