Fix for communications lag. (wtf, is there a secret stockpile of AI cards somewhere?)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3237 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-03-03 01:13:54 +00:00
parent 31a307392f
commit a009ed17fc
+4 -5
View File
@@ -117,12 +117,11 @@
hear += C.occupant
// Intelicards
for(var/obj/item/device/aicard/C in world)
for(var/obj/item/device/aicard/C in V)
for(var/mob/living/silicon/ai/M in C)
if(get_turf(C) in V)
if(isInSight(source,C))
if(M.client)
hear += M
if(isInSight(source,C))
if(M.client)
hear += M
// Brains/MMIs/pAIs
for(var/mob/living/carbon/brain/C in world)