[s] Fix changeling chat (#33305)

* Fix changeling chat

* Update say.dm
This commit is contained in:
MoreRobustThanYou
2017-12-05 14:42:07 -05:00
committed by Jordan Brown
parent 2ef82700a3
commit 87009ef45d
2 changed files with 2 additions and 2 deletions

View File

@@ -109,4 +109,4 @@
var/mob/living/silicon/ai/AI = user
AI.holopad_talk(message, language)
return FALSE
return FALSE
return TRUE

View File

@@ -137,7 +137,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
var/datum/saymode/SM = SSradio.saymodes[key]
if(key && SM)
if(!SM.handle_message(src, message, language) && !message_mode)
if(!SM.handle_message(src, message, language))
return