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
This commit is contained in:
elly1989@rocketmail.com
2012-08-02 22:45:33 +00:00
parent c97004bef2
commit c1b011ff0f
+1 -1
View File
@@ -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