From c1b011ff0ff7ffd41e493c3f2a05364a23c29c80 Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Thu, 2 Aug 2012 22:45:33 +0000 Subject: [PATCH] Fix for people summoning the forces of darkness with their flashlights. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4295 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/power/sd_DynamicAreaLighting.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/sd_DynamicAreaLighting.dm b/code/modules/power/sd_DynamicAreaLighting.dm index f1e8ac7e930..713bebb279d 100644 --- a/code/modules/power/sd_DynamicAreaLighting.dm +++ b/code/modules/power/sd_DynamicAreaLighting.dm @@ -529,7 +529,7 @@ atom/movable/Move() // when something moves if(.&&(luminosity>0)) // if the atom actually moved if(istype(oldloc)) sd_StripLum(oldview,oldloc) - //oldloc.sd_lumcount++ // correct "off by 1" error in oldloc - no longer needed it seems (Erro) + oldloc.sd_lumcount++ // correct "off by 1" error in oldloc sd_ApplyLum() area