From b7b0119d3af33192cc1e503fa9435cc5ba34ca76 Mon Sep 17 00:00:00 2001 From: "morikou@gmail.com" Date: Tue, 4 Jan 2011 03:02:53 +0000 Subject: [PATCH] Ok, last fix from my forgetting to upload a file and Daelith deleting stuff (which I had to re-add). git-svn-id: http://tgstation13.googlecode.com/svn/trunk@767 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/say.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index 1fa199a48f2..05d8ba3dd93 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -11,8 +11,8 @@ if(prob(5 * src.virus.stage)) var/H = pick(pick_list) if(findtext(temp_message[H], "*") || findtext(temp_message[H], ";") || findtext(temp_message[H], ":")) continue - temp_message[H] = "HONK" - pick_list -= H + temp_message[H] = "HONK" + pick_list -= H message = dd_list2text(temp_message, " ") ..(message)