diff --git a/code/modules/virus2/effect.dm b/code/modules/virus2/effect.dm index 5b2d5b891dc..2471573b979 100644 --- a/code/modules/virus2/effect.dm +++ b/code/modules/virus2/effect.dm @@ -785,7 +785,7 @@ var/list/compatible_mobs = list(/mob/living/carbon/human, /mob/living/carbon/mon name = "Watery Eyes" stage = 1 activate(var/mob/living/carbon/mob,var/multiplier) - mob << "" + mob << "Your eyes sting and water!" /datum/disease2/effect/wheeze name = "Wheezing"