Merge pull request #1370 from caelaislinn/speech_bubble_delay

Resolves #1368
This commit is contained in:
Pete Goodfellow
2013-09-17 17:12:06 -07:00
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -376,7 +376,8 @@ var/list/department_radio_keys = list(
for(var/mob/M in heard_a + heard_b)
if(M.client)
speech_bubble_recipients.Add(M.client)
flick_overlay(image('icons/mob/talk.dmi', src, "h[bubble_type][say_test(message)]",MOB_LAYER+1), speech_bubble_recipients, 30)
spawn(0)
flick_overlay(image('icons/mob/talk.dmi', src, "h[bubble_type][say_test(message)]",MOB_LAYER+1), speech_bubble_recipients, 30)
log_say("[name]/[key] : [message]")
+2 -1
View File
@@ -75,7 +75,8 @@
speech_bubble_recipients.Add(M.client)
//speech bubble
flick_overlay(image('icons/mob/talk.dmi', src, "hR[say_test(message)]",MOB_LAYER+1), speech_bubble_recipients, 30)
spawn(0)
flick_overlay(image('icons/mob/talk.dmi', src, "hR[say_test(message)]",MOB_LAYER+1), speech_bubble_recipients, 30)
/*Radios "filter out" this conversation channel so we don't need to account for them.
This is another way of saying that we won't bother dealing with them.*/