From 969e4ca2b716fb0fc8a0159b93cd48042a4e2018 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Wed, 16 Dec 2015 03:29:24 -0800 Subject: [PATCH] forgot a line --- code/modules/lighting/lighting_system.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/lighting/lighting_system.dm b/code/modules/lighting/lighting_system.dm index ffaba03f17d..9b67f630def 100644 --- a/code/modules/lighting/lighting_system.dm +++ b/code/modules/lighting/lighting_system.dm @@ -345,7 +345,7 @@ . = LIGHTING_CAP var/area/A = src.loc if(IS_DYNAMIC_LIGHTING(A)) - light_amount = src.lighting_lumcount + . = src.lighting_lumcount /area var/lighting_use_dynamic = DYNAMIC_LIGHTING_ENABLED //Turn this flag off to make the area fullbright