From 39fdb72078015fefa74fd661fef933eb5de5b97b Mon Sep 17 00:00:00 2001 From: Erki Date: Mon, 5 Nov 2018 01:09:22 +0200 Subject: [PATCH] Borgs can talk (#5529) --- code/modules/mob/living/silicon/say.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/say.dm b/code/modules/mob/living/silicon/say.dm index 1effa9850d3..0f2f4829b77 100644 --- a/code/modules/mob/living/silicon/say.dm +++ b/code/modules/mob/living/silicon/say.dm @@ -23,6 +23,7 @@ returns[1] = message returns[2] = verb returns[3] = speech_problem_flag + returns[4] = world.view return returns /mob/living/silicon/robot/handle_message_mode(message_mode, message, verb, speaking, used_radios, alt_name) @@ -102,7 +103,7 @@ //This is much faster. var/list/listening = list() var/list/listening_obj = list() - var/turf/T = get_turf(H) + var/turf/T = get_turf(H) if(T) var/list/hear = hear(7, T)