Fixes runtime in play_vox_word

This commit is contained in:
Krausus
2015-05-25 08:01:59 -04:00
parent ce2ed448bd
commit 9e16ba44d5
+1 -1
View File
@@ -84,7 +84,7 @@ var/const/VOX_PATH = "sound/vox_fem/"
for(var/mob/M in player_list)
if(M.client)
var/turf/T = get_turf(M)
if(T.z == z_level && !isdeaf(M))
if(T && T.z == z_level && !isdeaf(M))
M << voice
else
only_listener << voice