Merge pull request #5311 from VOREStation/pol-proxghosts

Fixes #5083
This commit is contained in:
Anewbe
2018-05-29 13:31:57 -05:00
committed by GitHub
+1 -1
View File
@@ -39,7 +39,7 @@
log_debug("DEBUG: HasProximity called with [AM] on [src] ([usr]).")
return
if (istype(AM, /obj/effect/beam)) return
if (AM.move_speed < 12) sense()
if (!isobserver(AM) && AM.move_speed < 12) sense()
return