From c1a5f4168061726418bdf0628623de96bc245190 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Mon, 30 Nov 2015 15:42:26 -0500 Subject: [PATCH] Derp --- code/modules/mob/living/say.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index fd136463555..1720dad0f69 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -254,11 +254,10 @@ proc/get_radio_key_from_channel(var/channel) M.hear_say(message, verb, speaking, alt_name, italics, src, speech_sound, sound_vol) if(M.client) speech_bubble_recipients.Add(M.client) - if(istype(src.loc, /obj/mecha)) - spawn(0) + spawn(0) + if(istype(src.loc, /obj/mecha)) flick_overlay(image('icons/mob/talk.dmi', src.loc, "hR[speech_bubble_test]",MOB_LAYER+1), speech_bubble_recipients, 30) - else - spawn(0) + else flick_overlay(image('icons/mob/talk.dmi', src, "h[speech_bubble_test]",MOB_LAYER+1), speech_bubble_recipients, 30) for(var/obj/O in listening_obj)