mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge pull request #1370 from caelaislinn/speech_bubble_delay
Resolves #1368
This commit is contained in:
@@ -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]")
|
||||
|
||||
|
||||
@@ -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.*/
|
||||
|
||||
Reference in New Issue
Block a user