Lighting: The sanicing

This commit is contained in:
PJB3005
2015-07-21 15:58:39 +02:00
parent 5b96d6c630
commit b6a1ee2adf
4 changed files with 99 additions and 39 deletions

View File

@@ -98,8 +98,3 @@
var/turf/T = loc
if(istype(T))
T.lighting_overlay = null
for(var/datum/light_source/D in T.affecting_lights) //Remove references to us on the light sources affecting us.
D.effect_r -= src
D.effect_g -= src
D.effect_b -= src