From 97be4a5d12b5361caf3835863e9f7211ab41635a Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sat, 26 Dec 2020 17:34:31 -0700 Subject: [PATCH] Update say_vr.dm --- code/modules/mob/say_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/say_vr.dm b/code/modules/mob/say_vr.dm index 2123400816..11fd42c3b1 100644 --- a/code/modules/mob/say_vr.dm +++ b/code/modules/mob/say_vr.dm @@ -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)