Fixes speech bubbles not changing icon (#10220)

This commit is contained in:
9600bauds
2016-05-27 01:25:17 -03:00
committed by clusterfack
parent a4c5b2b502
commit a0cca8c8f1
2 changed files with 37 additions and 1 deletions

View File

@@ -246,7 +246,7 @@ var/list/department_radio_keys = list(
for (var/atom/movable/listener in listeners)
listener.Hear(speech, rendered)
send_speech_bubble(speech, bubble_type, listeners)
send_speech_bubble(speech.message, bubble_type, listeners)
/mob/living/proc/say_test(var/text)
var/ending = copytext(text, length(text))