We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae9b9f commit 6925cc9Copy full SHA for 6925cc9
1 file changed
code/game/machinery/telecomms/broadcasting.dm
@@ -176,7 +176,7 @@
176
var/radio_raw_icon = source.get_radio_icon()
177
if(radio_raw_icon)
178
message_mods ||= list()
179
- message_mods[SAY_RADIO_ICON] = "[icon2html(radio_raw_icon, receive)] "
+ message_mods[SAY_RADIO_ICON] = "[icon2html(radio_raw_icon, typecache_filter_list(receive, GLOB.typecache_mob))] "
180
181
for(var/atom/movable/hearer as anything in receive)
182
if(isnull(hearer))
0 commit comments