-Accidentally removed something I wasn't suppose to.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4366 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-08-11 07:18:18 +00:00
parent d5b3b537bf
commit c33fa849af
+1 -1
View File
@@ -177,7 +177,7 @@
// Try to find all the players who can hear the message
for(var/mob/M in player_list)
var/turf/ear = get_turf(M)
if(isnull(level) || level == ear.z)
if(ear && (isnull(level) || level == ear.z))
if(ear in speaker_coverage)
. += M