From c21777b4de0989539d9e81fbcc8c5e7a4344440f Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 11 May 2015 18:22:09 -0400 Subject: [PATCH] Infrared Beam Useability --- code/modules/assembly/infrared.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/assembly/infrared.dm b/code/modules/assembly/infrared.dm index 0a8a9f6a0c0..e35e890fd8f 100644 --- a/code/modules/assembly/infrared.dm +++ b/code/modules/assembly/infrared.dm @@ -151,6 +151,7 @@ var/visible = 0.0 var/left = null anchored = 1.0 + pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE /obj/effect/beam/i_beam/proc/hit()