Update say_vr.dm

This commit is contained in:
silicons
2020-12-26 17:34:31 -07:00
committed by GitHub
parent b885abb69d
commit 97be4a5d12
+1 -1
View File
@@ -153,7 +153,7 @@ proc/get_top_level_mob(var/mob/S)
if(get_dist(T, user) > 7)
continue // nah
processing |= T
for(var/mob/M in range(T, 1))
for(var/mob/living/M in range(T, 1)) // no ghosts/cameramobs
show_to |= M
var/obj/structure/table/other
other = locate() in get_step(T, NORTH)