From 0a963edabdea5d515a9bd3e4f3e2cfe2e41a866a Mon Sep 17 00:00:00 2001 From: quotefox Date: Mon, 9 May 2022 17:24:37 +0100 Subject: [PATCH] no more lights flying around. --- hyperstation/code/effects/lighting.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperstation/code/effects/lighting.dm b/hyperstation/code/effects/lighting.dm index 90a80ccb5..02e07bfcd 100644 --- a/hyperstation/code/effects/lighting.dm +++ b/hyperstation/code/effects/lighting.dm @@ -5,6 +5,7 @@ plane = ABOVE_LIGHTING_PLANE blend_mode = BLEND_ADD mouse_opacity = 0 + anchored = TRUE //no more flying around. /obj/effect/light/medium icon = 'hyperstation/icons/effects/lightingmed.dmi'