Skip to content

Commit 6925cc9

Browse files
authored
Die fiend (#802)
1 parent cae9b9f commit 6925cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/game/machinery/telecomms/broadcasting.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
var/radio_raw_icon = source.get_radio_icon()
177177
if(radio_raw_icon)
178178
message_mods ||= list()
179-
message_mods[SAY_RADIO_ICON] = "[icon2html(radio_raw_icon, receive)] "
179+
message_mods[SAY_RADIO_ICON] = "[icon2html(radio_raw_icon, typecache_filter_list(receive, GLOB.typecache_mob))] "
180180

181181
for(var/atom/movable/hearer as anything in receive)
182182
if(isnull(hearer))

0 commit comments

Comments
 (0)