From f4402f5d9410bedc6bbfba7cc53e118faa26b281 Mon Sep 17 00:00:00 2001 From: Spades Date: Sun, 16 Oct 2016 16:42:39 -0400 Subject: [PATCH] Fixes lights overlapping big mobs. Sort of. --- code/modules/power/lighting.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 245845a14b0..b079d2fde59 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -16,7 +16,7 @@ icon = 'icons/obj/lighting.dmi' icon_state = "tube-construct-stage1" anchored = 1 -// layer = 5 // Vorestation removal. + layer = OBJ_LAYER // Vorestation edit var/stage = 1 var/fixture_type = "tube" var/sheets_refunded = 2