Don't add a radio if it's exist on the list.

This commit is contained in:
ESwordTheCat
2014-04-23 17:28:43 +08:00
parent d8a8c2008d
commit 3f6ee98acc

View File

@@ -196,7 +196,7 @@
listeners += M
listeners = recursive_mob_check(A, listeners, 3, 1, 0, 1)
else if(istype(A, /obj/item/device/radio))
listeners += A
listeners |= A
// Don't include if the player is not connected.
for (var/mob/Mob in listeners)