From 538e18acb2c548ef2f1a79224ff318410cc6e53e Mon Sep 17 00:00:00 2001 From: alex-gh Date: Fri, 20 Jun 2014 21:27:51 +0200 Subject: [PATCH] Fixed missing bracket --- code/modules/virus2/effect.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"