mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
-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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user