Also stops ghosts from triggering infra

This commit is contained in:
Tastyfish
2016-02-26 22:03:37 -05:00
parent 1287f7eb70
commit 1dc508d305
+1 -1
View File
@@ -244,7 +244,7 @@
hit()
/obj/effect/beam/i_beam/Crossed(atom/movable/AM as mob|obj)
if(istype(AM, /obj/effect/beam))
if(istype(AM, /obj/effect/beam) || !AM.density)
return
hit()