The AI core intercoms no longer pick up speech other than that of their related AI, to prevent micspam when the core is breached.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@661 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-12-18 19:28:12 +00:00
parent cac1fdb477
commit ad248c0604
+1 -1
View File
@@ -17,6 +17,6 @@
return hearers(7, src.loc)
/obj/item/device/radio/intercom/hear_talk(mob/M as mob, msg)
if((istype(M, /mob/living/silicon/ai) && !src.anyai) && !(M in src.ai))
if(!src.anyai && !(M in src.ai))
return
..()