mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes speech bubbles not changing icon (#10220)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user