diff --git a/code/modules/lighting/lighting_turf.dm b/code/modules/lighting/lighting_turf.dm index cda1f5f3ca..5f15c5497e 100644 --- a/code/modules/lighting/lighting_turf.dm +++ b/code/modules/lighting/lighting_turf.dm @@ -47,6 +47,8 @@ if (!C.active) // We would activate the corner, calculate the lighting for it. for (var/L in C.affecting) var/datum/light_source/S = L + if(!S.source_turf) + continue S.recalc_corner(C) C.active = TRUE