From fc9434aaaecc1cbd0d766b1912cd1b05dd9717ac Mon Sep 17 00:00:00 2001 From: Ben10083 Date: Wed, 28 Jun 2023 18:28:21 -0400 Subject: [PATCH] Comment I forgot to remove --- code/modules/mob/living/carbon/human/say.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index 41cd57504a71..d0462c904a19 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -115,7 +115,7 @@ message = capitalize(trim(message)) message = process_chat_markup(message, list("~", "_")) - if(speech_problem_flag) //this will be called later if used for radio, we have to call it later due to shitcode in radio + if(speech_problem_flag) var/list/handle_r = handle_speech_problems(message) message = handle_r[1] verb = handle_r[2]