Skip to content

Commit

Permalink
Comment I forgot to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jun 28, 2023
1 parent 9212192 commit fc9434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fc9434a

Please sign in to comment.