Fixes copy-paste error

It was like this before I changed it!
This commit is contained in:
Krausus
2015-05-15 02:08:28 -04:00
parent f5f15881c2
commit b908a4b0ab
@@ -121,7 +121,7 @@
light_amount = 5
var/atom/movable/lighting_overlay/DL = locate(/atom/movable/lighting_overlay) in destination
if(DL)
DLlight_amount = L.lum_r + L.lum_g + L.lum_b
DLlight_amount = DL.lum_r + DL.lum_g + DL.lum_b
else
DLlight_amount = 5
if(T && destination)