diff --git a/code/modules/lighting/lighting_system.dm b/code/modules/lighting/lighting_system.dm index 9a97bc52b5b..a8fe3cc34d8 100644 --- a/code/modules/lighting/lighting_system.dm +++ b/code/modules/lighting/lighting_system.dm @@ -58,6 +58,8 @@ remove_effect() owner.light = null owner = null + if(changed) + SSlighting.changed_lights -= src return ..() //Check a light to see if its effect needs reprocessing. If it does, remove any old effect and create a new one