From a34de8289ca05f4a9996f0f6260e46cfc4f9936f Mon Sep 17 00:00:00 2001 From: Ediblebomb <95509996+Ediblebomb@users.noreply.github.com> Date: Sat, 21 Sep 2024 11:41:54 -0500 Subject: [PATCH] Update railgun.dm --- code/modules/cm_tech/implements/railgun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cm_tech/implements/railgun.dm b/code/modules/cm_tech/implements/railgun.dm index be11259026..51c661c423 100644 --- a/code/modules/cm_tech/implements/railgun.dm +++ b/code/modules/cm_tech/implements/railgun.dm @@ -255,7 +255,7 @@ GLOBAL_DATUM(railgun_eye_location, /datum/coords) SIGNAL_HANDLER H.see_in_dark = 50 - H.sight = (SEE_TURFS|BLIND) + H.sight = (SEE_TURFS|SEE_OBJS|BLIND) H.see_invisible = SEE_INVISIBLE_MINIMUM return COMPONENT_OVERRIDE_UPDATE_SIGHT