mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user