From d5cf1b3fecdcae16cec86eaef0d944e6b8120284 Mon Sep 17 00:00:00 2001 From: MoreRobustThanYou Date: Tue, 5 Dec 2017 14:42:07 -0500 Subject: [PATCH 1/2] [s] Fix changeling chat (#33305) * Fix changeling chat * Update say.dm --- code/datums/saymode.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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