diff --git a/code/datums/saymode.dm b/code/datums/saymode.dm index 6aa1c48d8a..e372d5c0b2 100644 --- a/code/datums/saymode.dm +++ b/code/datums/saymode.dm @@ -109,4 +109,4 @@ var/mob/living/silicon/ai/AI = user AI.holopad_talk(message, language) return FALSE - return FALSE \ No newline at end of file + return TRUE