From e2a7064c100e2de8e6ccb16e2ac1ed8909ee27f6 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sat, 25 Jul 2020 23:40:39 -0700 Subject: [PATCH] Update say.dm --- code/modules/mob/living/carbon/human/say.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index d703f6a4e2..fd104f3116 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -91,6 +91,7 @@ return " (as [get_id_name("Unknown")])" /mob/living/carbon/human/proc/forcesay(list/append) //this proc is at the bottom of the file because quote fuckery makes notepad++ cri + set waitfor = FALSE if(stat == CONSCIOUS) if(client) var/temp = winget(client, "input", "text")