Merge branch 'subtler_tables' of github.com-kevinz000:silicons/Citadel-Station-13 into subtler_tables

This commit is contained in:
silicons
2020-12-26 18:43:09 -08:00

View File

@@ -156,7 +156,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)